Html Css Color HEX #ED81CE Tea Rose

📋 copy color: '#ED81CE'

red 237 ◦ green 129 ◦ blue 206

#ED81CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #ED81CE

Tints of Tea Rose #ED81CE

RGB

 RED value IS 237 (92.97% from 255) = 41.43%

 GREEN value IS 129 (50.78% from 255) = 22.55%

 BLUE value IS 206 (80.86% from 255) = 36.01%

R = 41.43%
G = 22.55%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED81CE (or 0xED81CE) is known color: Tea Rose. HEX triplet: ED, 81 and CE. RGB value is (237,129,206). Sum of RGB (Red+Green+Blue) = 237+129+206=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81CE is #127E31. Grayscale: #A9A9A9. Windows color (decimal): -1211954 or 13533677. OLE color: 13533677.

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

Color convert

RGB 237 129 206 -
CMYK 0 0.46 0.13 0.07
HSL 317.22º 0.75% 0.72% -
HSV(B) 317.22º 0.46% 0.93% -
XYZ 53.92 38.16 62.92 -
YUV 170.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 237 129 206 0 0.46 0.13 0.07 317.22 0.75 0.72
Hex ED 81 CE 0 2E D 7 13D 4B 48
Octal 355 201 316 0 56 15 7 475 113 110
Binary 11101101 10000001 11001110 0 101110 1101 111 100111101 1001011 1001000

Color Harmonies of #ED81CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81CE

Black with #ED81CE

Text Example


Text Example

White with #ED81CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED81CE; }

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

 H1.HeaderClassName
 {
   color: #ED81CE;
 }
 .AnyTagClassName
 {
   color: #ED81CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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