Html Css Color HEX #EC81CA Tea Rose

📋 copy color: '#EC81CA'

red 236 ◦ green 129 ◦ blue 202

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

Shades of Tea Rose #EC81CA

Tints of Tea Rose #EC81CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 41.62%
G = 22.75%
B = 35.63%

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

#EC81CA (or 0xEC81CA) is known color: Tea Rose. HEX triplet: EC, 81 and CA. RGB value is (236,129,202). Sum of RGB (Red+Green+Blue) = 236+129+202=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81CA is #137E35. Grayscale: #A9A9A9. Windows color (decimal): -1277494 or 13271532. OLE color: 13271532.

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

Color convert

RGB 236 129 202 -
CMYK 0 0.45 0.14 0.07
HSL 319.07º 0.74% 0.72% -
HSV(B) 319.07º 0.45% 0.93% -
XYZ 53.1 37.8 60.37 -
YUV 169.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 236 129 202 0 0.45 0.14 0.07 319.07 0.74 0.72
Hex EC 81 CA 0 2D E 7 13F 4A 48
Octal 354 201 312 0 55 16 7 477 112 110
Binary 11101100 10000001 11001010 0 101101 1110 111 100111111 1001010 1001000

Color Harmonies of #EC81CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81CA

Black with #EC81CA

Text Example


Text Example

White with #EC81CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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