#ED89CC

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

Shades of Tea Rose #ED89CC

Tints of Tea Rose #ED89CC

Color information

#ED89CC (or 0xED89CC) is unknown color: approx Tea Rose. HEX triplet: ED, 89 and CC. RGB value is (237,137,204). Sum of RGB (Red+Green+Blue) = 237+137+204=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89CC is #127633. Grayscale: #AEAEAE. Windows color (decimal): -1209908 or 13404653. OLE color: 13404653.

HSL color Cylindrical-coordinate representation of color #ED89CC: hue angle of 319.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED89CC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237137204-
CMYK00.420.140.07
HSL319.8º73.53%73.33%-
HSV(B)319.8º42.19%92.94%-
XYZ54.7740.2662.01-
YUV174.54144.63172.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 137 (53.91% from 255) = 23.70%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=41.00%
G=23.70%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713720400.420.140.07319.873.5373.33
HexED89CC02AE71404a49
Octal355211314052167500112111
Binary1110110110001001110011000101010111011110100000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED89CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED89CC; }

 p { color: rgb(237,137,204); }

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

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

 a { background-color: rgb(237,137,204); }

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

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

 span { border-color: rgb(237,137,204); }

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