Html Css Color HEX #EA9CFE Mauve

📋 copy color: '#EA9CFE'

red 234 ◦ green 156 ◦ blue 254

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

Shades of Mauve #EA9CFE

Tints of Mauve #EA9CFE

RGB

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

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

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

R = 36.34%
G = 24.22%
B = 39.44%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EA9CFE (or 0xEA9CFE) is known color: Mauve. HEX triplet: EA, 9C and FE. RGB value is (234,156,254). Sum of RGB (Red+Green+Blue) = 234+156+254=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 156 (61.33% from 255 or 24.22% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA9CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CFE is #156301. Grayscale: #BEBEBE. Windows color (decimal): -1401602 or 16686314. OLE color: 16686314.

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

Color convert

RGB 234 156 254 -
CMYK 0.08 0.39 0 0.00
HSL 287.76º 0.98% 0.8% -
HSV(B) 287.76º 0.39% 1% -
XYZ 63.71 48.43 99.76 -
YUV 190.49 163.84 159.03 -
System Red Green Blue C M Y K H S L
Decimal 234 156 254 0.08 0.39 0 0.00 287.76 0.98 0.8
Hex EA 9C FE 8 27 0 0 120 62 50
Octal 352 234 376 10 47 0 0 440 142 120
Binary 11101010 10011100 11111110 1000 100111 0 0 100100000 1100010 1010000

Color Harmonies of #EA9CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9CFE

Black with #EA9CFE

Text Example


Text Example

White with #EA9CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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