Html Css Color HEX #ED81CC Tea Rose

📋 copy color: '#ED81CC'

red 237 ◦ green 129 ◦ blue 204

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

Shades of Tea Rose #ED81CC

Tints of Tea Rose #ED81CC

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 value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED81CC (or 0xED81CC) is known color: 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

RGB 237 129 204 -
CMYK 0 0.46 0.14 0.07
HSL 318.33º 0.75% 0.72% -
HSV(B) 318.33º 0.46% 0.93% -
XYZ 53.67 38.06 61.65 -
YUV 169.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 237 129 204 0 0.46 0.14 0.07 318.33 0.75 0.72
Hex ED 81 CC 0 2E E 7 13E 4B 48
Octal 355 201 314 0 56 16 7 476 113 110
Binary 11101101 10000001 11001100 0 101110 1110 111 100111110 1001011 1001000

Color Harmonies of #ED81CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81CC

Black with #ED81CC

Text Example


Text Example

White with #ED81CC

Text Example


Text Example

HTML Codes & Css Web 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>