Html Css Color HEX #EA99A6 Mauvelous

📋 copy color: '#EA99A6'

red 234 ◦ green 153 ◦ blue 166

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

Shades of Mauvelous #EA99A6

Tints of Mauvelous #EA99A6

RGB

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

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

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

R = 42.31%
G = 27.67%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA99A6 (or 0xEA99A6) is known color: Mauvelous. HEX triplet: EA, 99 and A6. RGB value is (234,153,166). Sum of RGB (Red+Green+Blue) = 234+153+166=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA99A6 is #156659. Grayscale: #B2B2B2. Windows color (decimal): -1402458 or 10918378. OLE color: 10918378.

HSL color Cylindrical-coordinate representation of color #EA99A6: hue angle of 350.37º 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 #EA99A6 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 153 166 -
CMYK 0 0.35 0.29 0.08
HSL 350.37º 0.66% 0.76% -
HSV(B) 350.37º 0.35% 0.92% -
XYZ 52.21 43.03 41.63 -
YUV 178.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 234 153 166 0 0.35 0.29 0.08 350.37 0.66 0.76
Hex EA 99 A6 0 23 1D 8 15E 42 4C
Octal 352 231 246 0 43 35 10 536 102 114
Binary 11101010 10011001 10100110 0 100011 11101 1000 101011110 1000010 1001100

Color Harmonies of #EA99A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA99A6

Black with #EA99A6

Text Example


Text Example

White with #EA99A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA99A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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