Html Css Color HEX #E996A8 Mauvelous

📋 copy color: '#E996A8'

red 233 ◦ green 150 ◦ blue 168

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

Shades of Mauvelous #E996A8

Tints of Mauvelous #E996A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.49%

R = 42.29%
G = 27.22%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E996A8 (or 0xE996A8) is known color: Mauvelous. HEX triplet: E9, 96 and A8. RGB value is (233,150,168). Sum of RGB (Red+Green+Blue) = 233+150+168=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E996A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E996A8 is #166957. Grayscale: #B0B0B0. Windows color (decimal): -1468760 or 11048681. OLE color: 11048681.

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

Color convert

RGB 233 150 168 -
CMYK 0 0.36 0.28 0.09
HSL 346.99º 0.65% 0.75% -
HSV(B) 346.99º 0.36% 0.91% -
XYZ 51.58 41.96 42.43 -
YUV 176.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 233 150 168 0 0.36 0.28 0.09 346.99 0.65 0.75
Hex E9 96 A8 0 24 1C 9 15B 41 4B
Octal 351 226 250 0 44 34 11 533 101 113
Binary 11101001 10010110 10101000 0 100100 11100 1001 101011011 1000001 1001011

Color Harmonies of #E996A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996A8

Black with #E996A8

Text Example


Text Example

White with #E996A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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