Html Css Color HEX #EA96A8 Mauvelous

📋 copy color: '#EA96A8'

red 234 ◦ green 150 ◦ blue 168

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

Shades of Mauvelous #EA96A8

Tints of Mauvelous #EA96A8

RGB

 RED value IS 234 (91.8% from 255) = 42.39%

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

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

R = 42.39%
G = 27.17%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA96A8 (or 0xEA96A8) is known color: Mauvelous. HEX triplet: EA, 96 and A8. RGB value is (234,150,168). Sum of RGB (Red+Green+Blue) = 234+150+168=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA96A8 is #156957. Grayscale: #B1B1B1. Windows color (decimal): -1403224 or 11048682. OLE color: 11048682.

HSL color Cylindrical-coordinate representation of color #EA96A8: hue angle of 347.14º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA96A8 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 150 168 -
CMYK 0 0.36 0.28 0.08
HSL 347.14º 0.67% 0.75% -
HSV(B) 347.14º 0.36% 0.92% -
XYZ 51.91 42.13 42.44 -
YUV 177.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 234 150 168 0 0.36 0.28 0.08 347.14 0.67 0.75
Hex EA 96 A8 0 24 1C 8 15B 43 4B
Octal 352 226 250 0 44 34 10 533 103 113
Binary 11101010 10010110 10101000 0 100100 11100 1000 101011011 1000011 1001011

Color Harmonies of #EA96A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA96A8

Black with #EA96A8

Text Example


Text Example

White with #EA96A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA96A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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