Html Css Color HEX #EA9CFF Mauve

📋 copy color: '#EA9CFF'

red 234 ◦ green 156 ◦ blue 255

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

Shades of Mauve #EA9CFF

Tints of Mauve #EA9CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.19%

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

R = 36.28%
G = 24.19%
B = 39.53%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA9CFF (or 0xEA9CFF) is known color: Mauve. HEX triplet: EA, 9C and FF. RGB value is (234,156,255). Sum of RGB (Red+Green+Blue) = 234+156+255=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 156 (61.33% from 255 or 24.19% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA9CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CFF is #156300. Grayscale: #BEBEBE. Windows color (decimal): -1401601 or 16751850. OLE color: 16751850.

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

Color convert

RGB 234 156 255 -
CMYK 0.08 0.39 0 0
HSL 287.27º 1% 0.81% -
HSV(B) 287.27º 0.39% 1% -
XYZ 63.87 48.49 100.6 -
YUV 190.61 164.34 158.95 -
System Red Green Blue C M Y K H S L
Decimal 234 156 255 0.08 0.39 0 0 287.27 1 0.81
Hex EA 9C FF 8 27 0 0 11F 64 51
Octal 352 234 377 10 47 0 0 437 144 121
Binary 11101010 10011100 11111111 1000 100111 0 0 100011111 1100100 1010001

Color Harmonies of #EA9CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9CFF

Black with #EA9CFF

Text Example


Text Example

White with #EA9CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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