#EA88CD

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

Shades of Tea Rose #EA88CD

Tints of Tea Rose #EA88CD

Color information

#EA88CD (or 0xEA88CD) is unknown color: approx Tea Rose. HEX triplet: EA, 88 and CD. RGB value is (234,136,205). Sum of RGB (Red+Green+Blue) = 234+136+205=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88CD is #157732. Grayscale: #ACACAC. Windows color (decimal): -1406771 or 13469930. OLE color: 13469930.

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

Color convert

RGB234136205-
CMYK00.420.120.08
HSL317.76º70%72.55%-
HSV(B)317.76º41.88%91.76%-
XYZ53.7639.5162.55-
YUV173.17145.97171.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 136 (53.52% from 255) = 23.65%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=40.70%
G=23.65%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413620500.420.120.08317.767072.55
HexEA88CD02AC813e4649
Octal3522103150521410476106111
Binary11101010100010001100110101010101100100010011111010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88CD; }

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

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

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

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

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

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

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

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