#E088C7

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

Shades of Tea Rose #E088C7

Tints of Tea Rose #E088C7

Color information

#E088C7 (or 0xE088C7) is unknown color: approx Tea Rose. HEX triplet: E0, 88 and C7. RGB value is (224,136,199). Sum of RGB (Red+Green+Blue) = 224+136+199=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E088C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088C7 is #1F7738. Grayscale: #A9A9A9. Windows color (decimal): -2062137 or 13076704. OLE color: 13076704.

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

Color convert

RGB224136199-
CMYK00.390.110.12
HSL317.05º58.67%70.59%-
HSV(B)317.05º39.29%87.84%-
XYZ49.8537.5858.66-
YUV169.49144.65166.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 136 (53.52% from 255) = 24.33%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=40.07%
G=24.33%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413619900.390.110.12317.0558.6770.59
HexE088C7027BC13d3b47
Octal340210307047131447573107
Binary1110000010001000110001110100111101111001001111011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088C7; }

 p { color: rgb(224,136,199); }

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

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

 a { background-color: rgb(224,136,199); }

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

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

 span { border-color: rgb(224,136,199); }

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