#EA88A7

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

Shades of Mauvelous #EA88A7

Tints of Mauvelous #EA88A7

Color information

#EA88A7 (or 0xEA88A7) is unknown color: approx Mauvelous. HEX triplet: EA, 88 and A7. RGB value is (234,136,167). Sum of RGB (Red+Green+Blue) = 234+136+167=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA88A7 is #157758. Grayscale: #A8A8A8. Windows color (decimal): -1406809 or 10979562. OLE color: 10979562.

HSL color Cylindrical-coordinate representation of color #EA88A7: hue angle of 341.02º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA88A7 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234136167-
CMYK00.420.290.08
HSL341.02º70%72.55%-
HSV(B)341.02º41.88%91.76%-
XYZ49.7137.8941.25-
YUV168.84126.97174.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 136 (53.52% from 255) = 25.33%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=43.58%
G=25.33%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413616700.420.290.08341.027072.55
HexEA88A702A1D81554649
Octal3522102470523510525106111
Binary111010101000100010100111010101011101100010101010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88A7; }

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

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

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

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

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

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

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

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