Html Css Color HEX #EC8AC6 Tea Rose

📋 copy color: '#EC8AC6'

red 236 ◦ green 138 ◦ blue 198

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

Shades of Tea Rose #EC8AC6

Tints of Tea Rose #EC8AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.62%

R = 41.26%
G = 24.13%
B = 34.62%

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

#EC8AC6 (or 0xEC8AC6) is known color: Tea Rose. HEX triplet: EC, 8A and C6. RGB value is (236,138,198). Sum of RGB (Red+Green+Blue) = 236+138+198=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC6 is #137539. Grayscale: #AEAEAE. Windows color (decimal): -1275194 or 13011692. OLE color: 13011692.

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

Color convert

RGB 236 138 198 -
CMYK 0 0.42 0.16 0.07
HSL 323.27º 0.72% 0.73% -
HSV(B) 323.27º 0.42% 0.93% -
XYZ 53.87 40.09 58.32 -
YUV 174.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 236 138 198 0 0.42 0.16 0.07 323.27 0.72 0.73
Hex EC 8A C6 0 2A 10 7 143 48 49
Octal 354 212 306 0 52 20 7 503 110 111
Binary 11101100 10001010 11000110 0 101010 10000 111 101000011 1001000 1001001

Color Harmonies of #EC8AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8AC6

Black with #EC8AC6

Text Example


Text Example

White with #EC8AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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