#EA99A6

Color #EA99A6 Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #EA99A6

Tints of Mauvelous #EA99A6

Color information

#EA99A6 (or 0xEA99A6) is unknown color: approx 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

RGB234153166-
CMYK00.350.290.08
HSL350.37º65.85%75.88%-
HSV(B)350.37º34.62%91.76%-
XYZ52.2143.0341.63-
YUV178.7120.84167.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415316600.350.290.08350.3765.8575.88
HexEA99A60231D815e424c
Octal3522312460433510536102114
Binary111010101001100110100110010001111101100010101111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>