Html Css Color HEX #EC8ED1 Tea Rose

📋 copy color: '#EC8ED1'

red 236 ◦ green 142 ◦ blue 209

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

Shades of Tea Rose #EC8ED1

Tints of Tea Rose #EC8ED1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.19%

 BLUE value IS 209 (82.03% from 255) = 35.6%

R = 40.2%
G = 24.19%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC8ED1 (or 0xEC8ED1) is known color: Tea Rose. HEX triplet: EC, 8E and D1. RGB value is (236,142,209). Sum of RGB (Red+Green+Blue) = 236+142+209=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ED1 is #13712E. Grayscale: #B1B1B1. Windows color (decimal): -1274159 or 13733612. OLE color: 13733612.

HSL color Cylindrical-coordinate representation of color #EC8ED1: hue angle of 317.23º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8ED1 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 142 209 -
CMYK 0 0.40 0.11 0.07
HSL 317.23º 0.71% 0.74% -
HSV(B) 317.23º 0.4% 0.93% -
XYZ 55.77 41.78 65.45 -
YUV 177.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 236 142 209 0 0.40 0.11 0.07 317.23 0.71 0.74
Hex EC 8E D1 0 28 B 7 13D 47 4A
Octal 354 216 321 0 50 13 7 475 107 112
Binary 11101100 10001110 11010001 0 101000 1011 111 100111101 1000111 1001010

Color Harmonies of #EC8ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8ED1

Black with #EC8ED1

Text Example


Text Example

White with #EC8ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8ED1; }

 p { color: rgb(236,142,209); }

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

background-color css

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

 a { background-color: rgb(236,142,209); }

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

border-color css

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

 span { border-color: rgb(236,142,209); }

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