#ED85CD

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

Shades of Tea Rose #ED85CD

Tints of Tea Rose #ED85CD

Color information

#ED85CD (or 0xED85CD) is unknown color: approx Tea Rose. HEX triplet: ED, 85 and CD. RGB value is (237,133,205). Sum of RGB (Red+Green+Blue) = 237+133+205=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85CD is #127A32. Grayscale: #ACACAC. Windows color (decimal): -1210931 or 13469165. OLE color: 13469165.

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

Color convert

RGB237133205-
CMYK00.440.140.07
HSL318.46º74.29%72.55%-
HSV(B)318.46º43.88%92.94%-
XYZ54.3339.1962.46-
YUV172.3146.46174.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 133 (52.34% from 255) = 23.13%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=41.22%
G=23.13%
B=35.65%

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
Decimal23713320500.440.140.07318.4674.2972.55
HexED85CD02CE713e4a49
Octal355205315054167476112111
Binary1110110110000101110011010101100111011110011111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED85CD; }

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

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

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

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

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

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

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

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