Html Css Color HEX #EC91CE Tea Rose

📋 copy color: '#EC91CE'

red 236 ◦ green 145 ◦ blue 206

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

Shades of Tea Rose #EC91CE

Tints of Tea Rose #EC91CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.7%

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 40.2%
G = 24.7%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC91CE (or 0xEC91CE) is known color: Tea Rose. HEX triplet: EC, 91 and CE. RGB value is (236,145,206). Sum of RGB (Red+Green+Blue) = 236+145+206=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91CE is #136E31. Grayscale: #B3B3B3. Windows color (decimal): -1273394 or 13537772. OLE color: 13537772.

HSL color Cylindrical-coordinate representation of color #EC91CE: hue angle of 319.78º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC91CE is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 145 206 -
CMYK 0 0.39 0.13 0.07
HSL 319.78º 0.71% 0.75% -
HSV(B) 319.78º 0.39% 0.93% -
XYZ 55.86 42.54 63.66 -
YUV 179.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 236 145 206 0 0.39 0.13 0.07 319.78 0.71 0.75
Hex EC 91 CE 0 27 D 7 140 47 4B
Octal 354 221 316 0 47 15 7 500 107 113
Binary 11101100 10010001 11001110 0 100111 1101 111 101000000 1000111 1001011

Color Harmonies of #EC91CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC91CE

Black with #EC91CE

Text Example


Text Example

White with #EC91CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC91CE; }

 p { color: rgb(236,145,206); }

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

background-color css

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

 a { background-color: rgb(236,145,206); }

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

border-color css

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

 span { border-color: rgb(236,145,206); }

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