Html Css Color HEX #EE96A6 Mauvelous

📋 copy color: '#EE96A6'

red 238 ◦ green 150 ◦ blue 166

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

Shades of Mauvelous #EE96A6

Tints of Mauvelous #EE96A6

RGB

 RED value IS 238 (93.36% from 255) = 42.96%

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

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

R = 42.96%
G = 27.08%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EE96A6 (or 0xEE96A6) is known color: Mauvelous. HEX triplet: EE, 96 and A6. RGB value is (238,150,166). Sum of RGB (Red+Green+Blue) = 238+150+166=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE96A6 is #116959. Grayscale: #B2B2B2. Windows color (decimal): -1141082 or 10917614. OLE color: 10917614.

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

Color convert

RGB 238 150 166 -
CMYK 0 0.37 0.30 0.07
HSL 349.09º 0.72% 0.76% -
HSV(B) 349.09º 0.37% 0.93% -
XYZ 53.05 42.74 41.53 -
YUV 178.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 238 150 166 0 0.37 0.30 0.07 349.09 0.72 0.76
Hex EE 96 A6 0 25 1E 7 15D 48 4C
Octal 356 226 246 0 45 36 7 535 110 114
Binary 11101110 10010110 10100110 0 100101 11110 111 101011101 1001000 1001100

Color Harmonies of #EE96A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE96A6

Black with #EE96A6

Text Example


Text Example

White with #EE96A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE96A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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