#EA92A4

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

Shades of Mauvelous #EA92A4

Tints of Mauvelous #EA92A4

Color information

#EA92A4 (or 0xEA92A4) is unknown color: approx Mauvelous. HEX triplet: EA, 92 and A4. RGB value is (234,146,164). Sum of RGB (Red+Green+Blue) = 234+146+164=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA92A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA92A4 is #156D5B. Grayscale: #AEAEAE. Windows color (decimal): -1404252 or 10785514. OLE color: 10785514.

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

Color convert

RGB234146164-
CMYK00.380.300.08
HSL347.73º67.69%74.51%-
HSV(B)347.73º37.61%91.76%-
XYZ50.9140.7340.3-
YUV174.36122.15170.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 146 (57.42% from 255) = 26.84%
BLUE value IS 164 (64.45% from 255) = 30.15%
R=43.01%
G=26.84%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414616400.380.300.08347.7367.6974.51
HexEA92A40261E815c444b
Octal3522222440463610534104113
Binary111010101001001010100100010011011110100010101110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA92A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA92A4; }

 p { color: rgb(234,146,164); }

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

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

 a { background-color: rgb(234,146,164); }

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

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

 span { border-color: rgb(234,146,164); }

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