Html Css Color HEX #ED81CA Tea Rose

📋 copy color: '#ED81CA'

red 237 ◦ green 129 ◦ blue 202

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

Shades of Tea Rose #ED81CA

Tints of Tea Rose #ED81CA

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.3% from 255) = 35.56%

R = 41.73%
G = 22.71%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

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

RGB 237 129 202 -
CMYK 0 0.46 0.15 0.07
HSL 319.44º 0.75% 0.72% -
HSV(B) 319.44º 0.46% 0.93% -
XYZ 53.44 37.97 60.39 -
YUV 169.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 237 129 202 0 0.46 0.15 0.07 319.44 0.75 0.72
Hex ED 81 CA 0 2E F 7 13F 4B 48
Octal 355 201 312 0 56 17 7 477 113 110
Binary 11101101 10000001 11001010 0 101110 1111 111 100111111 1001011 1001000

Color Harmonies of #ED81CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81CA

Black with #ED81CA

Text Example


Text Example

White with #ED81CA

Text Example


Text Example

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