Html Css Color HEX #EC93AA Mauvelous

📋 copy color: '#EC93AA'

red 236 ◦ green 147 ◦ blue 170

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

Shades of Mauvelous #EC93AA

Tints of Mauvelous #EC93AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.58%

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

R = 42.68%
G = 26.58%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC93AA (or 0xEC93AA) is known color: Mauvelous. HEX triplet: EC, 93 and AA. RGB value is (236,147,170). Sum of RGB (Red+Green+Blue) = 236+147+170=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC93AA is #136C55. Grayscale: #B0B0B0. Windows color (decimal): -1272918 or 11178988. OLE color: 11178988.

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

Color convert

RGB 236 147 170 -
CMYK 0 0.38 0.28 0.07
HSL 344.49º 0.7% 0.75% -
HSV(B) 344.49º 0.38% 0.93% -
XYZ 52.28 41.6 43.3 -
YUV 176.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 236 147 170 0 0.38 0.28 0.07 344.49 0.7 0.75
Hex EC 93 AA 0 26 1C 7 158 46 4B
Octal 354 223 252 0 46 34 7 530 106 113
Binary 11101100 10010011 10101010 0 100110 11100 111 101011000 1000110 1001011

Color Harmonies of #EC93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93AA

Black with #EC93AA

Text Example


Text Example

White with #EC93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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