Html Css Color HEX #EC91CD Tea Rose

📋 copy color: '#EC91CD'

red 236 ◦ green 145 ◦ blue 205

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

Shades of Tea Rose #EC91CD

Tints of Tea Rose #EC91CD

RGB

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

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

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

R = 40.27%
G = 24.74%
B = 34.98%

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

#EC91CD (or 0xEC91CD) is known color: Tea Rose. HEX triplet: EC, 91 and CD. RGB value is (236,145,205). Sum of RGB (Red+Green+Blue) = 236+145+205=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91CD is #136E32. Grayscale: #B2B2B2. Windows color (decimal): -1273395 or 13472236. OLE color: 13472236.

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

Color convert

RGB 236 145 205 -
CMYK 0 0.39 0.13 0.07
HSL 320.44º 0.71% 0.75% -
HSV(B) 320.44º 0.39% 0.93% -
XYZ 55.74 42.49 63.02 -
YUV 179.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 236 145 205 0 0.39 0.13 0.07 320.44 0.71 0.75
Hex EC 91 CD 0 27 D 7 140 47 4B
Octal 354 221 315 0 47 15 7 500 107 113
Binary 11101100 10010001 11001101 0 100111 1101 111 101000000 1000111 1001011

Color Harmonies of #EC91CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC91CD

Black with #EC91CD

Text Example


Text Example

White with #EC91CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC91CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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