#ED91CD

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

Shades of Tea Rose #ED91CD

Tints of Tea Rose #ED91CD

Color information

#ED91CD (or 0xED91CD) is unknown color: approx Tea Rose. HEX triplet: ED, 91 and CD. RGB value is (237,145,205). Sum of RGB (Red+Green+Blue) = 237+145+205=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91CD is #126E32. Grayscale: #B3B3B3. Windows color (decimal): -1207859 or 13472237. OLE color: 13472237.

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

Color convert

RGB237145205-
CMYK00.390.140.07
HSL320.87º71.88%74.9%-
HSV(B)320.87º38.82%92.94%-
XYZ56.0742.6663.04-
YUV179.35142.48169.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 145 (57.03% from 255) = 24.70%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=40.37%
G=24.70%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714520500.390.140.07320.8771.8874.9
HexED91CD027E7141484b
Octal355221315047167501110113
Binary1110110110010001110011010100111111011110100000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91CD; }

 p { color: rgb(237,145,205); }

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

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

 a { background-color: rgb(237,145,205); }

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

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

 span { border-color: rgb(237,145,205); }

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