Html Css Color HEX #EC8AC9 Tea Rose

📋 copy color: '#EC8AC9'

red 236 ◦ green 138 ◦ blue 201

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

Shades of Tea Rose #EC8AC9

Tints of Tea Rose #EC8AC9

RGB

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

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

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

R = 41.04%
G = 24%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC8AC9 (or 0xEC8AC9) is known color: Tea Rose. HEX triplet: EC, 8A and C9. RGB value is (236,138,201). Sum of RGB (Red+Green+Blue) = 236+138+201=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC9 is #137536. Grayscale: #AEAEAE. Windows color (decimal): -1275191 or 13208300. OLE color: 13208300.

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

Color convert

RGB 236 138 201 -
CMYK 0 0.42 0.15 0.07
HSL 321.43º 0.72% 0.73% -
HSV(B) 321.43º 0.42% 0.93% -
XYZ 54.22 40.23 60.17 -
YUV 174.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 236 138 201 0 0.42 0.15 0.07 321.43 0.72 0.73
Hex EC 8A C9 0 2A F 7 141 48 49
Octal 354 212 311 0 52 17 7 501 110 111
Binary 11101100 10001010 11001001 0 101010 1111 111 101000001 1001000 1001001

Color Harmonies of #EC8AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8AC9

Black with #EC8AC9

Text Example


Text Example

White with #EC8AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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