Html Css Color HEX #E996A6 Mauvelous

📋 copy color: '#E996A6'

red 233 ◦ green 150 ◦ blue 166

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

Shades of Mauvelous #E996A6

Tints of Mauvelous #E996A6

RGB

 RED value IS 233 (91.41% from 255) = 42.44%

 GREEN value IS 150 (58.98% from 255) = 27.32%

 BLUE value IS 166 (65.23% from 255) = 30.24%

R = 42.44%
G = 27.32%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E996A6 (or 0xE996A6) is known color: Mauvelous. HEX triplet: E9, 96 and A6. RGB value is (233,150,166). Sum of RGB (Red+Green+Blue) = 233+150+166=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E996A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E996A6 is #166959. Grayscale: #B0B0B0. Windows color (decimal): -1468762 or 10917609. OLE color: 10917609.

HSL color Cylindrical-coordinate representation of color #E996A6: hue angle of 348.43º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E996A6 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 150 166 -
CMYK 0 0.36 0.29 0.09
HSL 348.43º 0.65% 0.75% -
HSV(B) 348.43º 0.36% 0.91% -
XYZ 51.39 41.89 41.45 -
YUV 176.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 233 150 166 0 0.36 0.29 0.09 348.43 0.65 0.75
Hex E9 96 A6 0 24 1D 9 15C 41 4B
Octal 351 226 246 0 44 35 11 534 101 113
Binary 11101001 10010110 10100110 0 100100 11101 1001 101011100 1000001 1001011

Color Harmonies of #E996A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996A6

Black with #E996A6

Text Example


Text Example

White with #E996A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996A6; }

 p { color: rgb(233,150,166); }

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

background-color css

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

 a { background-color: rgb(233,150,166); }

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

border-color css

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

 span { border-color: rgb(233,150,166); }

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