Html Css Color HEX #EC8AAA Mauvelous

📋 copy color: '#EC8AAA'

red 236 ◦ green 138 ◦ blue 170

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

Shades of Mauvelous #EC8AAA

Tints of Mauvelous #EC8AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.25%

R = 43.38%
G = 25.37%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC8AAA (or 0xEC8AAA) is known color: Mauvelous. HEX triplet: EC, 8A and AA. RGB value is (236,138,170). Sum of RGB (Red+Green+Blue) = 236+138+170=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8AAA is #137555. Grayscale: #AAAAAA. Windows color (decimal): -1275222 or 11176684. OLE color: 11176684.

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

Color convert

RGB 236 138 170 -
CMYK 0 0.42 0.28 0.07
HSL 340.41º 0.72% 0.73% -
HSV(B) 340.41º 0.42% 0.93% -
XYZ 50.94 38.91 42.86 -
YUV 170.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 236 138 170 0 0.42 0.28 0.07 340.41 0.72 0.73
Hex EC 8A AA 0 2A 1C 7 154 48 49
Octal 354 212 252 0 52 34 7 524 110 111
Binary 11101100 10001010 10101010 0 101010 11100 111 101010100 1001000 1001001

Color Harmonies of #EC8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8AAA

Black with #EC8AAA

Text Example


Text Example

White with #EC8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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