Html Css Color HEX #EC81CD Tea Rose

📋 copy color: '#EC81CD'

red 236 ◦ green 129 ◦ blue 205

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

Shades of Tea Rose #EC81CD

Tints of Tea Rose #EC81CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.96%

R = 41.4%
G = 22.63%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC81CD (or 0xEC81CD) is known color: Tea Rose. HEX triplet: EC, 81 and CD. RGB value is (236,129,205). Sum of RGB (Red+Green+Blue) = 236+129+205=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81CD is #137E32. Grayscale: #A9A9A9. Windows color (decimal): -1277491 or 13468140. OLE color: 13468140.

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

Color convert

RGB 236 129 205 -
CMYK 0 0.45 0.13 0.07
HSL 317.38º 0.74% 0.72% -
HSV(B) 317.38º 0.45% 0.93% -
XYZ 53.46 37.94 62.26 -
YUV 169.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 236 129 205 0 0.45 0.13 0.07 317.38 0.74 0.72
Hex EC 81 CD 0 2D D 7 13D 4A 48
Octal 354 201 315 0 55 15 7 475 112 110
Binary 11101100 10000001 11001101 0 101101 1101 111 100111101 1001010 1001000

Color Harmonies of #EC81CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81CD

Black with #EC81CD

Text Example


Text Example

White with #EC81CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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