Html Css Color HEX #EC90AA Mauvelous

📋 copy color: '#EC90AA'

red 236 ◦ green 144 ◦ blue 170

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

Shades of Mauvelous #EC90AA

Tints of Mauvelous #EC90AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.18%

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

R = 42.91%
G = 26.18%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC90AA (or 0xEC90AA) is known color: Mauvelous. HEX triplet: EC, 90 and AA. RGB value is (236,144,170). Sum of RGB (Red+Green+Blue) = 236+144+170=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC90AA is #136F55. Grayscale: #AEAEAE. Windows color (decimal): -1273686 or 11178220. OLE color: 11178220.

HSL color Cylindrical-coordinate representation of color #EC90AA: hue angle of 343.04º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC90AA is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 144 170 -
CMYK 0 0.39 0.28 0.07
HSL 343.04º 0.71% 0.75% -
HSV(B) 343.04º 0.39% 0.93% -
XYZ 51.82 40.68 43.15 -
YUV 174.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 236 144 170 0 0.39 0.28 0.07 343.04 0.71 0.75
Hex EC 90 AA 0 27 1C 7 157 47 4B
Octal 354 220 252 0 47 34 7 527 107 113
Binary 11101100 10010000 10101010 0 100111 11100 111 101010111 1000111 1001011

Color Harmonies of #EC90AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC90AA

Black with #EC90AA

Text Example


Text Example

White with #EC90AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC90AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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