#ed85cb

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

Shades of Tea Rose #ED85CB

Tints of Tea Rose #ED85CB

Color information

#ED85CB (or 0xED85CB) is unknown color: approx Tea Rose. HEX triplet: ED, 85 and CB. RGB value is (237,133,203). Sum of RGB (Red+Green+Blue) = 237+133+203=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85CB is #127A34. Grayscale: #ABABAB. Windows color (decimal): -1210933 or 13338093. OLE color: 13338093.

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

Color convert

RGB237133203-
CMYK00.440.140.07
HSL319.62º74.29%72.55%-
HSV(B)319.62º43.88%92.94%-
XYZ54.0939.0961.19-
YUV172.08145.46174.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 133 (52.34% from 255) = 23.21%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=41.36%
G=23.21%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713320300.440.140.07319.6274.2972.55
HexED85CB02CE71404a49
Octal355205313054167500112111
Binary1110110110000101110010110101100111011110100000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed85cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed85cb; }

 p { color: rgb(237,133,203); }

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

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

 a { background-color: rgb(237,133,203); }

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

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

 span { border-color: rgb(237,133,203); }

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