Html Css Color HEX #EE96A5 Mauvelous

📋 copy color: '#EE96A5'

red 238 ◦ green 150 ◦ blue 165

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

Shades of Mauvelous #EE96A5

Tints of Mauvelous #EE96A5

RGB

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

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

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

R = 43.04%
G = 27.12%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EE96A5 (or 0xEE96A5) is known color: Mauvelous. HEX triplet: EE, 96 and A5. RGB value is (238,150,165). Sum of RGB (Red+Green+Blue) = 238+150+165=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE96A5 is #11695A. Grayscale: #B2B2B2. Windows color (decimal): -1141083 or 10852078. OLE color: 10852078.

HSL color Cylindrical-coordinate representation of color #EE96A5: hue angle of 349.77º 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 #EE96A5 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 150 165 -
CMYK 0 0.37 0.31 0.07
HSL 349.77º 0.72% 0.76% -
HSV(B) 349.77º 0.37% 0.93% -
XYZ 52.96 42.71 41.05 -
YUV 178.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 238 150 165 0 0.37 0.31 0.07 349.77 0.72 0.76
Hex EE 96 A5 0 25 1F 7 15E 48 4C
Octal 356 226 245 0 45 37 7 536 110 114
Binary 11101110 10010110 10100101 0 100101 11111 111 101011110 1001000 1001100

Color Harmonies of #EE96A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE96A5

Black with #EE96A5

Text Example


Text Example

White with #EE96A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE96A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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