#ED81CC

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

Shades of Tea Rose #ED81CC

Tints of Tea Rose #ED81CC

Color information

#ED81CC (or 0xED81CC) is unknown color: approx Tea Rose. HEX triplet: ED, 81 and CC. RGB value is (237,129,204). Sum of RGB (Red+Green+Blue) = 237+129+204=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81CC is #127E33. Grayscale: #A9A9A9. Windows color (decimal): -1211956 or 13402605. OLE color: 13402605.

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

Color convert

RGB237129204-
CMYK00.460.140.07
HSL318.33º75%71.76%-
HSV(B)318.33º45.57%92.94%-
XYZ53.6738.0661.65-
YUV169.84147.28175.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=41.58%
G=22.63%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712920400.460.140.07318.337571.76
HexED81CC02EE713e4b48
Octal355201314056167476113110
Binary1110110110000001110011000101110111011110011111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81CC; }

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

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

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

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

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

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

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

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