#EA99A7

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

Shades of Mauvelous #EA99A7

Tints of Mauvelous #EA99A7

Color information

#EA99A7 (or 0xEA99A7) is unknown color: approx Mauvelous. HEX triplet: EA, 99 and A7. RGB value is (234,153,167). Sum of RGB (Red+Green+Blue) = 234+153+167=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA99A7 is #156658. Grayscale: #B2B2B2. Windows color (decimal): -1402457 or 10983914. OLE color: 10983914.

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

Color convert

RGB234153167-
CMYK00.350.290.08
HSL349.63º65.85%75.88%-
HSV(B)349.63º34.62%91.76%-
XYZ52.343.0642.12-
YUV178.82121.34167.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.24%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 167 (65.62% from 255) = 30.14%
R=42.24%
G=27.62%
B=30.14%

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
Decimal23415316700.350.290.08349.6365.8575.88
HexEA99A70231D815e424c
Octal3522312470433510536102114
Binary111010101001100110100111010001111101100010101111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99A7; }

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

 H1.HeaderClassName
 {
   color: #EA99A7;
 }
 .AnyTagClassName
 {
   color: #EA99A7;
 }
</style>
background-color css

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

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

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

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

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

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