#ED90CF

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

Shades of Tea Rose #ED90CF

Tints of Tea Rose #ED90CF

Color information

#ED90CF (or 0xED90CF) is unknown color: approx Tea Rose. HEX triplet: ED, 90 and CF. RGB value is (237,144,207). Sum of RGB (Red+Green+Blue) = 237+144+207=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90CF is #126F30. Grayscale: #B2B2B2. Windows color (decimal): -1208113 or 13603053. OLE color: 13603053.

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

Color convert

RGB237144207-
CMYK00.390.130.07
HSL319.35º72.09%74.71%-
HSV(B)319.35º39.24%92.94%-
XYZ56.1642.4664.27-
YUV178.99143.81169.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 144 (56.64% from 255) = 24.49%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=40.31%
G=24.49%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714420700.390.130.07319.3572.0974.71
HexED90CF027D713f484b
Octal355220317047157477110113
Binary1110110110010000110011110100111110111110011111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90CF; }

 p { color: rgb(237,144,207); }

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

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

 a { background-color: rgb(237,144,207); }

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

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

 span { border-color: rgb(237,144,207); }

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