Html Css Color HEX #ED81CB Tea Rose

📋 copy color: '#ED81CB'

red 237 ◦ green 129 ◦ blue 203

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

Shades of Tea Rose #ED81CB

Tints of Tea Rose #ED81CB

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 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

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

RGB 237 129 203 -
CMYK 0 0.46 0.14 0.07
HSL 318.89º 0.75% 0.72% -
HSV(B) 318.89º 0.46% 0.93% -
XYZ 53.55 38.02 61.02 -
YUV 169.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 237 129 203 0 0.46 0.14 0.07 318.89 0.75 0.72
Hex ED 81 CB 0 2E E 7 13F 4B 48
Octal 355 201 313 0 56 16 7 477 113 110
Binary 11101101 10000001 11001011 0 101110 1110 111 100111111 1001011 1001000

Color Harmonies of #ED81CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81CB

Black with #ED81CB

Text Example


Text Example

White with #ED81CB

Text Example


Text Example

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