Html Css Color HEX #EA9FFF Mauve

📋 copy color: '#EA9FFF'

red 234 ◦ green 159 ◦ blue 255

#EA9FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #EA9FFF

Tints of Mauve #EA9FFF

RGB

 RED value IS 234 (91.8% from 255) = 36.11%

 GREEN value IS 159 (62.5% from 255) = 24.54%

 BLUE value IS 255 (100% from 255) = 39.35%

R = 36.11%
G = 24.54%
B = 39.35%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA9FFF (or 0xEA9FFF) is known color: Mauve. HEX triplet: EA, 9F and FF. RGB value is (234,159,255). Sum of RGB (Red+Green+Blue) = 234+159+255=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 159 (62.5% from 255 or 24.54% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA9FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FFF is #156000. Grayscale: #C0C0C0. Windows color (decimal): -1400833 or 16752618. OLE color: 16752618.

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

Color convert

RGB 234 159 255 -
CMYK 0.08 0.38 0 0
HSL 286.88º 1% 0.81% -
HSV(B) 286.88º 0.38% 1% -
XYZ 64.38 49.51 100.77 -
YUV 192.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 234 159 255 0.08 0.38 0 0 286.88 1 0.81
Hex EA 9F FF 8 26 0 0 11F 64 51
Octal 352 237 377 10 46 0 0 437 144 121
Binary 11101010 10011111 11111111 1000 100110 0 0 100011111 1100100 1010001

Color Harmonies of #EA9FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9FFF

Black with #EA9FFF

Text Example


Text Example

White with #EA9FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9FFF; }

 p { color: rgb(234,159,255); }

 H1.HeaderClassName
 {
   color: #EA9FFF;
 }
 .AnyTagClassName
 {
   color: #EA9FFF;
 }
</style>

background-color css

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

 a { background-color: rgb(234,159,255); }

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

border-color css

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

 span { border-color: rgb(234,159,255); }

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