Html Css Color HEX #EC8DC3 Tea Rose

📋 copy color: '#EC8DC3'

red 236 ◦ green 141 ◦ blue 195

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

Shades of Tea Rose #EC8DC3

Tints of Tea Rose #EC8DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.09%

R = 41.26%
G = 24.65%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC8DC3 (or 0xEC8DC3) is known color: Tea Rose. HEX triplet: EC, 8D and C3. RGB value is (236,141,195). Sum of RGB (Red+Green+Blue) = 236+141+195=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DC3 is #13723C. Grayscale: #AFAFAF. Windows color (decimal): -1274429 or 12815852. OLE color: 12815852.

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

Color convert

RGB 236 141 195 -
CMYK 0 0.40 0.17 0.07
HSL 325.89º 0.71% 0.74% -
HSV(B) 325.89º 0.4% 0.93% -
XYZ 53.97 40.82 56.66 -
YUV 175.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 236 141 195 0 0.40 0.17 0.07 325.89 0.71 0.74
Hex EC 8D C3 0 28 11 7 146 47 4A
Octal 354 215 303 0 50 21 7 506 107 112
Binary 11101100 10001101 11000011 0 101000 10001 111 101000110 1000111 1001010

Color Harmonies of #EC8DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8DC3

Black with #EC8DC3

Text Example


Text Example

White with #EC8DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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