#EA9CFD

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

Shades of Mauve #EA9CFD

Tints of Mauve #EA9CFD

Color information

#EA9CFD (or 0xEA9CFD) is unknown color: approx Mauve. HEX triplet: EA, 9C and FD. RGB value is (234,156,253). Sum of RGB (Red+Green+Blue) = 234+156+253=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 156 (61.33% from 255 or 24.26% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA9CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CFD is #156302. Grayscale: #BEBEBE. Windows color (decimal): -1401603 or 16620778. OLE color: 16620778.

HSL color Cylindrical-coordinate representation of color #EA9CFD: hue angle of 288.25º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA9CFD is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234156253-
CMYK0.080.3800.01
HSL288.25º96.04%80.2%-
HSV(B)288.25º38.34%99.22%-
XYZ63.5548.3698.91-
YUV190.38163.34159.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 156 (61.33% from 255) = 24.26%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=36.39%
G=24.26%
B=39.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341562530.080.3800.01288.2596.0480.2
HexEA9CFD826011206050
Octal352234375104601440140120
Binary11101010100111001111110110001001100110010000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9CFD; }

 p { color: rgb(234,156,253); }

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

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

 a { background-color: rgb(234,156,253); }

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

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

 span { border-color: rgb(234,156,253); }

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