Html Css Color HEX #EC8DC9 Tea Rose

📋 copy color: '#EC8DC9'

red 236 ◦ green 141 ◦ blue 201

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

Shades of Tea Rose #EC8DC9

Tints of Tea Rose #EC8DC9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.39%

 BLUE value IS 201 (78.91% from 255) = 34.78%

R = 40.83%
G = 24.39%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC8DC9 (or 0xEC8DC9) is known color: Tea Rose. HEX triplet: EC, 8D and C9. RGB value is (236,141,201). Sum of RGB (Red+Green+Blue) = 236+141+201=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DC9 is #137236. Grayscale: #B0B0B0. Windows color (decimal): -1274423 or 13209068. OLE color: 13209068.

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

Color convert

RGB 236 141 201 -
CMYK 0 0.40 0.15 0.07
HSL 322.11º 0.71% 0.74% -
HSV(B) 322.11º 0.4% 0.93% -
XYZ 54.66 41.1 60.31 -
YUV 176.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 236 141 201 0 0.40 0.15 0.07 322.11 0.71 0.74
Hex EC 8D C9 0 28 F 7 142 47 4A
Octal 354 215 311 0 50 17 7 502 107 112
Binary 11101100 10001101 11001001 0 101000 1111 111 101000010 1000111 1001010

Color Harmonies of #EC8DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8DC9

Black with #EC8DC9

Text Example


Text Example

White with #EC8DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8DC9; }

 p { color: rgb(236,141,201); }

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

background-color css

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

 a { background-color: rgb(236,141,201); }

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

border-color css

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

 span { border-color: rgb(236,141,201); }

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