Html Css Color HEX #EC81C7 Tea Rose

📋 copy color: '#EC81C7'

red 236 ◦ green 129 ◦ blue 199

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

Shades of Tea Rose #EC81C7

Tints of Tea Rose #EC81C7

RGB

 RED value IS 236 (92.58% from 255) = 41.84%

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

 BLUE value IS 199 (78.13% from 255) = 35.28%

R = 41.84%
G = 22.87%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC81C7 (or 0xEC81C7) is known color: Tea Rose. HEX triplet: EC, 81 and C7. RGB value is (236,129,199). Sum of RGB (Red+Green+Blue) = 236+129+199=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81C7 is #137E38. Grayscale: #A8A8A8. Windows color (decimal): -1277497 or 13074924. OLE color: 13074924.

HSL color Cylindrical-coordinate representation of color #EC81C7: hue angle of 320.75º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC81C7 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 129 199 -
CMYK 0 0.45 0.16 0.07
HSL 320.75º 0.74% 0.72% -
HSV(B) 320.75º 0.45% 0.93% -
XYZ 52.75 37.66 58.52 -
YUV 168.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 236 129 199 0 0.45 0.16 0.07 320.75 0.74 0.72
Hex EC 81 C7 0 2D 10 7 141 4A 48
Octal 354 201 307 0 55 20 7 501 112 110
Binary 11101100 10000001 11000111 0 101101 10000 111 101000001 1001010 1001000

Color Harmonies of #EC81C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81C7

Black with #EC81C7

Text Example


Text Example

White with #EC81C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81C7; }

 p { color: rgb(236,129,199); }

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

background-color css

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

 a { background-color: rgb(236,129,199); }

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

border-color css

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

 span { border-color: rgb(236,129,199); }

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