#ED81CB

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

Shades of Tea Rose #ED81CB

Tints of Tea Rose #ED81CB

Color information

#ED81CB (or 0xED81CB) is unknown color: approx Tea Rose. HEX triplet: ED, 81 and CB. RGB value is (237,129,203). Sum of RGB (Red+Green+Blue) = 237+129+203=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81CB is #127E34. Grayscale: #A9A9A9. Windows color (decimal): -1211957 or 13337069. OLE color: 13337069.

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

Color convert

RGB237129203-
CMYK00.460.140.07
HSL318.89º75%71.76%-
HSV(B)318.89º45.57%92.94%-
XYZ53.5538.0261.02-
YUV169.73146.78175.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=41.65%
G=22.67%
B=35.68%

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
Decimal23712920300.460.140.07318.897571.76
HexED81CB02EE713f4b48
Octal355201313056167477113110
Binary1110110110000001110010110101110111011110011111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81CB; }

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

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

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

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

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

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

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

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