#EA88CC

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

Shades of Tea Rose #EA88CC

Tints of Tea Rose #EA88CC

Color information

#EA88CC (or 0xEA88CC) is unknown color: approx Tea Rose. HEX triplet: EA, 88 and CC. RGB value is (234,136,204). Sum of RGB (Red+Green+Blue) = 234+136+204=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88CC is #157733. Grayscale: #ACACAC. Windows color (decimal): -1406772 or 13404394. OLE color: 13404394.

HSL color Cylindrical-coordinate representation of color #EA88CC: hue angle of 318.37º 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 #EA88CC is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234136204-
CMYK00.420.130.08
HSL318.37º70%72.55%-
HSV(B)318.37º41.88%91.76%-
XYZ53.6339.4661.92-
YUV173.05145.47171.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 136 (53.52% from 255) = 23.69%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=40.77%
G=23.69%
B=35.54%

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
Decimal23413620400.420.130.08318.377072.55
HexEA88CC02AD813e4649
Octal3522103140521510476106111
Binary11101010100010001100110001010101101100010011111010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88CC; }

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

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

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

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

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

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

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

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