Html Css Color HEX #EA99A8 Mauvelous

📋 copy color: '#EA99A8'

red 234 ◦ green 153 ◦ blue 168

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

Shades of Mauvelous #EA99A8

Tints of Mauvelous #EA99A8

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.57%

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

R = 42.16%
G = 27.57%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA99A8 (or 0xEA99A8) is known color: Mauvelous. HEX triplet: EA, 99 and A8. RGB value is (234,153,168). Sum of RGB (Red+Green+Blue) = 234+153+168=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA99A8 is #156657. Grayscale: #B2B2B2. Windows color (decimal): -1402456 or 11049450. OLE color: 11049450.

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

Color convert

RGB 234 153 168 -
CMYK 0 0.35 0.28 0.08
HSL 348.89º 0.66% 0.76% -
HSV(B) 348.89º 0.35% 0.92% -
XYZ 52.39 43.1 42.6 -
YUV 178.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 234 153 168 0 0.35 0.28 0.08 348.89 0.66 0.76
Hex EA 99 A8 0 23 1C 8 15D 42 4C
Octal 352 231 250 0 43 34 10 535 102 114
Binary 11101010 10011001 10101000 0 100011 11100 1000 101011101 1000010 1001100

Color Harmonies of #EA99A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA99A8

Black with #EA99A8

Text Example


Text Example

White with #EA99A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA99A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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