Html Css Color HEX #EC8ACC Tea Rose

📋 copy color: '#EC8ACC'

red 236 ◦ green 138 ◦ blue 204

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

Shades of Tea Rose #EC8ACC

Tints of Tea Rose #EC8ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.88%

 BLUE value IS 204 (80.08% from 255) = 35.29%

R = 40.83%
G = 23.88%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC8ACC (or 0xEC8ACC) is known color: Tea Rose. HEX triplet: EC, 8A and CC. RGB value is (236,138,204). Sum of RGB (Red+Green+Blue) = 236+138+204=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ACC is #137533. Grayscale: #AEAEAE. Windows color (decimal): -1275188 or 13404908. OLE color: 13404908.

HSL color Cylindrical-coordinate representation of color #EC8ACC: hue angle of 319.59º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8ACC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 138 204 -
CMYK 0 0.42 0.14 0.07
HSL 319.59º 0.72% 0.73% -
HSV(B) 319.59º 0.42% 0.93% -
XYZ 54.58 40.37 62.04 -
YUV 174.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 236 138 204 0 0.42 0.14 0.07 319.59 0.72 0.73
Hex EC 8A CC 0 2A E 7 140 48 49
Octal 354 212 314 0 52 16 7 500 110 111
Binary 11101100 10001010 11001100 0 101010 1110 111 101000000 1001000 1001001

Color Harmonies of #EC8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8ACC

Black with #EC8ACC

Text Example


Text Example

White with #EC8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8ACC; }

 p { color: rgb(236,138,204); }

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

background-color css

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

 a { background-color: rgb(236,138,204); }

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

border-color css

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

 span { border-color: rgb(236,138,204); }

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