#E08ACB

Color #E08ACB Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #E08ACB

Tints of Tea Rose #E08ACB

Color information

#E08ACB (or 0xE08ACB) is unknown color: approx Tea Rose. HEX triplet: E0, 8A and CB. RGB value is (224,138,203). Sum of RGB (Red+Green+Blue) = 224+138+203=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ACB is #1F7534. Grayscale: #AAAAAA. Windows color (decimal): -2061621 or 13339360. OLE color: 13339360.

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

Color convert

RGB224138203-
CMYK00.380.090.12
HSL314.65º58.11%70.98%-
HSV(B)314.65º38.39%87.84%-
XYZ50.6138.3461.23-
YUV171.12145.99165.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=39.65%
G=24.42%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413820300.380.090.12314.6558.1170.98
HexE08ACB0269C13b3a47
Octal340212313046111447372107
Binary1110000010001010110010110100110100111001001110111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08ACB; }

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

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

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

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

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

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

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

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