Html Css Color HEX #EC8AC7 Tea Rose

📋 copy color: '#EC8AC7'

red 236 ◦ green 138 ◦ blue 199

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

Shades of Tea Rose #EC8AC7

Tints of Tea Rose #EC8AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.73%

R = 41.19%
G = 24.08%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC8AC7 (or 0xEC8AC7) is known color: Tea Rose. HEX triplet: EC, 8A and C7. RGB value is (236,138,199). Sum of RGB (Red+Green+Blue) = 236+138+199=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC7 is #137538. Grayscale: #AEAEAE. Windows color (decimal): -1275193 or 13077228. OLE color: 13077228.

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

Color convert

RGB 236 138 199 -
CMYK 0 0.42 0.16 0.07
HSL 322.65º 0.72% 0.73% -
HSV(B) 322.65º 0.42% 0.93% -
XYZ 53.99 40.13 58.93 -
YUV 174.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 236 138 199 0 0.42 0.16 0.07 322.65 0.72 0.73
Hex EC 8A C7 0 2A 10 7 143 48 49
Octal 354 212 307 0 52 20 7 503 110 111
Binary 11101100 10001010 11000111 0 101010 10000 111 101000011 1001000 1001001

Color Harmonies of #EC8AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8AC7

Black with #EC8AC7

Text Example


Text Example

White with #EC8AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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