Html Css Color HEX #EC9AA5 Mauvelous

📋 copy color: '#EC9AA5'

red 236 ◦ green 154 ◦ blue 165

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

Shades of Mauvelous #EC9AA5

Tints of Mauvelous #EC9AA5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.75%

 BLUE value IS 165 (64.84% from 255) = 29.73%

R = 42.52%
G = 27.75%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC9AA5 (or 0xEC9AA5) is known color: Mauvelous. HEX triplet: EC, 9A and A5. RGB value is (236,154,165). Sum of RGB (Red+Green+Blue) = 236+154+165=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9AA5 is #13655A. Grayscale: #B3B3B3. Windows color (decimal): -1271131 or 10853100. OLE color: 10853100.

HSL color Cylindrical-coordinate representation of color #EC9AA5: hue angle of 351.95º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9AA5 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 154 165 -
CMYK 0 0.35 0.30 0.07
HSL 351.95º 0.68% 0.76% -
HSV(B) 351.95º 0.35% 0.93% -
XYZ 52.94 43.66 41.23 -
YUV 179.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 236 154 165 0 0.35 0.30 0.07 351.95 0.68 0.76
Hex EC 9A A5 0 23 1E 7 160 44 4C
Octal 354 232 245 0 43 36 7 540 104 114
Binary 11101100 10011010 10100101 0 100011 11110 111 101100000 1000100 1001100

Color Harmonies of #EC9AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9AA5

Black with #EC9AA5

Text Example


Text Example

White with #EC9AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9AA5; }

 p { color: rgb(236,154,165); }

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

background-color css

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

 a { background-color: rgb(236,154,165); }

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

border-color css

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

 span { border-color: rgb(236,154,165); }

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