Html Css Color HEX #EC81CB Tea Rose

📋 copy color: '#EC81CB'

red 236 ◦ green 129 ◦ blue 203

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

Shades of Tea Rose #EC81CB

Tints of Tea Rose #EC81CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.74%

R = 41.55%
G = 22.71%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC81CB (or 0xEC81CB) is known color: Tea Rose. HEX triplet: EC, 81 and CB. RGB value is (236,129,203). Sum of RGB (Red+Green+Blue) = 236+129+203=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81CB is #137E34. Grayscale: #A9A9A9. Windows color (decimal): -1277493 or 13337068. OLE color: 13337068.

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

Color convert

RGB 236 129 203 -
CMYK 0 0.45 0.14 0.07
HSL 318.5º 0.74% 0.72% -
HSV(B) 318.5º 0.45% 0.93% -
XYZ 53.22 37.85 61 -
YUV 169.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 236 129 203 0 0.45 0.14 0.07 318.5 0.74 0.72
Hex EC 81 CB 0 2D E 7 13F 4A 48
Octal 354 201 313 0 55 16 7 477 112 110
Binary 11101100 10000001 11001011 0 101101 1110 111 100111111 1001010 1001000

Color Harmonies of #EC81CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81CB

Black with #EC81CB

Text Example


Text Example

White with #EC81CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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