Html Css Color HEX #EA9DFE Mauve

📋 copy color: '#EA9DFE'

red 234 ◦ green 157 ◦ blue 254

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

Shades of Mauve #EA9DFE

Tints of Mauve #EA9DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.34%

 BLUE value IS 254 (99.61% from 255) = 39.38%

R = 36.28%
G = 24.34%
B = 39.38%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EA9DFE (or 0xEA9DFE) is known color: Mauve. HEX triplet: EA, 9D and FE. RGB value is (234,157,254). Sum of RGB (Red+Green+Blue) = 234+157+254=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 157 (61.72% from 255 or 24.34% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA9DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9DFE is #156201. Grayscale: #BEBEBE. Windows color (decimal): -1401346 or 16686570. OLE color: 16686570.

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

Color convert

RGB 234 157 254 -
CMYK 0.08 0.38 0 0.00
HSL 287.63º 0.98% 0.81% -
HSV(B) 287.63º 0.38% 1% -
XYZ 63.88 48.76 99.81 -
YUV 191.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 234 157 254 0.08 0.38 0 0.00 287.63 0.98 0.81
Hex EA 9D FE 8 26 0 0 120 62 51
Octal 352 235 376 10 46 0 0 440 142 121
Binary 11101010 10011101 11111110 1000 100110 0 0 100100000 1100010 1010001

Color Harmonies of #EA9DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9DFE

Black with #EA9DFE

Text Example


Text Example

White with #EA9DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9DFE; }

 p { color: rgb(234,157,254); }

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

background-color css

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

 a { background-color: rgb(234,157,254); }

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

border-color css

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

 span { border-color: rgb(234,157,254); }

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