#E08B84

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

Shades of My Pink #E08B84

Tints of My Pink #E08B84

Color information

#E08B84 (or 0xE08B84) is unknown color: approx My Pink. HEX triplet: E0, 8B and 84. RGB value is (224,139,132). Sum of RGB (Red+Green+Blue) = 224+139+132=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08B84 is #1F747B. Grayscale: #A3A3A3. Windows color (decimal): -2061436 or 8686560. OLE color: 8686560.

HSL color Cylindrical-coordinate representation of color #E08B84: hue angle of 4.57º 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 #E08B84 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB224139132-
CMYK00.380.410.12
HSL4.57º59.74%69.8%-
HSV(B)4.57º41.07%87.84%-
XYZ44.1435.9826.45-
YUV163.62110.16171.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=45.25%
G=28.08%
B=26.67%

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
Decimal22413913200.380.410.124.5759.7469.8
HexE08B8402629C53c46
Octal3402132040465114574106
Binary111000001000101110000100010011010100111001011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08B84; }

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

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

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

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

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

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

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

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