#ED81CA

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

Shades of Tea Rose #ED81CA

Tints of Tea Rose #ED81CA

Color information

#ED81CA (or 0xED81CA) is unknown color: approx Tea Rose. HEX triplet: ED, 81 and CA. RGB value is (237,129,202). Sum of RGB (Red+Green+Blue) = 237+129+202=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81CA is #127E35. Grayscale: #A9A9A9. Windows color (decimal): -1211958 or 13271533. OLE color: 13271533.

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

Color convert

RGB237129202-
CMYK00.460.150.07
HSL319.44º75%71.76%-
HSV(B)319.44º45.57%92.94%-
XYZ53.4437.9760.39-
YUV169.61146.28176.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=41.73%
G=22.71%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712920200.460.150.07319.447571.76
HexED81CA02EF713f4b48
Octal355201312056177477113110
Binary1110110110000001110010100101110111111110011111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81CA; }

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

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

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

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

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

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

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

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