#EA88CB

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

Shades of Tea Rose #EA88CB

Tints of Tea Rose #EA88CB

Color information

#EA88CB (or 0xEA88CB) is unknown color: approx Tea Rose. HEX triplet: EA, 88 and CB. RGB value is (234,136,203). Sum of RGB (Red+Green+Blue) = 234+136+203=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88CB is #157734. Grayscale: #ACACAC. Windows color (decimal): -1406773 or 13338858. OLE color: 13338858.

HSL color Cylindrical-coordinate representation of color #EA88CB: hue angle of 318.98º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA88CB is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234136203-
CMYK00.420.130.08
HSL318.98º70%72.55%-
HSV(B)318.98º41.88%91.76%-
XYZ53.5239.4161.29-
YUV172.94144.97171.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 136 (53.52% from 255) = 23.73%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=40.84%
G=23.73%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413620300.420.130.08318.987072.55
HexEA88CB02AD813f4649
Octal3522103130521510477106111
Binary11101010100010001100101101010101101100010011111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88CB; }

 p { color: rgb(234,136,203); }

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

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

 a { background-color: rgb(234,136,203); }

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

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

 span { border-color: rgb(234,136,203); }

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