#E08F81

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

Shades of My Pink #E08F81

Tints of My Pink #E08F81

Color information

#E08F81 (or 0xE08F81) is unknown color: approx My Pink. HEX triplet: E0, 8F and 81. RGB value is (224,143,129). Sum of RGB (Red+Green+Blue) = 224+143+129=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F81 is #1F707E. Grayscale: #A5A5A5. Windows color (decimal): -2060415 or 8490976. OLE color: 8490976.

HSL color Cylindrical-coordinate representation of color #E08F81: hue angle of 8.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08F81 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB224143129-
CMYK00.360.420.12
HSL8.84º60.51%69.22%-
HSV(B)8.84º42.41%87.84%-
XYZ44.5337.0825.58-
YUV165.62107.34169.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 143 (56.25% from 255) = 28.83%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=45.16%
G=28.83%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414312900.360.420.128.8460.5169.22
HexE08F810242AC93d45
Octal34021720104452141175105
Binary1110000010001111100000010100100101010110010011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08F81; }

 p { color: rgb(224,143,129); }

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

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

 a { background-color: rgb(224,143,129); }

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

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

 span { border-color: rgb(224,143,129); }

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