#E4508F

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

Shades of Dark Pink #E4508F

Tints of Dark Pink #E4508F

Color information

#E4508F (or 0xE4508F) is unknown color: approx Dark Pink. HEX triplet: E4, 50 and 8F. RGB value is (228,80,143). Sum of RGB (Red+Green+Blue) = 228+80+143=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E4508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4508F is #1BAF70. Grayscale: #838383. Windows color (decimal): -1814385 or 9392356. OLE color: 9392356.

HSL color Cylindrical-coordinate representation of color #E4508F: hue angle of 334.46º 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 #E4508F is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB22880143-
CMYK00.650.370.11
HSL334.46º73.27%60.39%-
HSV(B)334.46º64.91%89.41%-
XYZ39.8224.2128.56-
YUV131.43134.53196.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.55%
GREEN value IS 80 (31.64% from 255) = 17.74%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=50.55%
G=17.74%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288014300.650.370.11334.4673.2760.39
HexE4508F04125B14e493c
Octal3441202170101451351611174
Binary111001001010000100011110100000110010110111010011101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4508F; }

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

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

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

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

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

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

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

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