#E08A84

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

Shades of My Pink #E08A84

Tints of My Pink #E08A84

Color information

#E08A84 (or 0xE08A84) is unknown color: approx My Pink. HEX triplet: E0, 8A and 84. RGB value is (224,138,132). Sum of RGB (Red+Green+Blue) = 224+138+132=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A84 is #1F757B. Grayscale: #A3A3A3. Windows color (decimal): -2061692 or 8686304. OLE color: 8686304.

HSL color Cylindrical-coordinate representation of color #E08A84: hue angle of 3.91º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08A84 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB224138132-
CMYK00.380.410.12
HSL3.91º59.74%69.8%-
HSV(B)3.91º41.07%87.84%-
XYZ43.9935.6926.4-
YUV163.03110.49171.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.34%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=45.34%
G=27.94%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413813200.380.410.123.9159.7469.8
HexE08A8402629C43c46
Octal3402122040465114474106
Binary111000001000101010000100010011010100111001001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08A84; }

 p { color: rgb(224,138,132); }

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

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

 a { background-color: rgb(224,138,132); }

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

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

 span { border-color: rgb(224,138,132); }

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