#E4507E

Color #E4507E Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E4507E

Tints of Dark Pink #E4507E

Color information

#E4507E (or 0xE4507E) is unknown color: approx Dark Pink. HEX triplet: E4, 50 and 7E. RGB value is (228,80,126). Sum of RGB (Red+Green+Blue) = 228+80+126=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E4507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4507E is #1BAF81. Grayscale: #818181. Windows color (decimal): -1814402 or 8278244. OLE color: 8278244.

HSL color Cylindrical-coordinate representation of color #E4507E: hue angle of 341.35º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E4507E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB22880126-
CMYK00.650.450.11
HSL341.35º73.27%60.39%-
HSV(B)341.35º64.91%89.41%-
XYZ38.6323.7422.28-
YUV129.5126.03198.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 52.53%
GREEN value IS 80 (31.64% from 255) = 18.43%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=52.53%
G=18.43%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288012600.650.450.11341.3573.2760.39
HexE4507E0412DB155493c
Octal3441201760101551352511174
Binary11100100101000011111100100000110110110111010101011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4507E; }

 p { color: rgb(228,80,126); }

 H1.HeaderClassName
 {
   color: #E4507E;
 }
 .AnyTagClassName
 {
   color: #E4507E;
 }
</style>
background-color css

<style>
 a { background-color: #E4507E; }

 a { background-color: rgb(228,80,126); }

 div.DivClassName
 {
   background-color: #E4507E;
 }
 .BgClassName
 {
   background-color: #E4507E;
 }
</style>
border-color css

<style>
 span { border-color: #E4507E; }

 span { border-color: rgb(228,80,126); }

 td.TdClassName
 {
   border-color: #E4507E;
 }
 .TagClassName
 {
   border-color: #E4507E;
 }
</style>