Html Css Color HEX #E594FE Mauve

📋 copy color: '#E594FE'

red 229 ◦ green 148 ◦ blue 254

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

Shades of Mauve #E594FE

Tints of Mauve #E594FE

RGB

 RED value IS 229 (89.84% from 255) = 36.29%

 GREEN value IS 148 (58.2% from 255) = 23.45%

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

R = 36.29%
G = 23.45%
B = 40.25%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E594FE (or 0xE594FE) is known color: Mauve. HEX triplet: E5, 94 and FE. RGB value is (229,148,254). Sum of RGB (Red+Green+Blue) = 229+148+254=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 148 (58.20% from 255 or 23.45% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #E594FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E594FE is #1A6B01. Grayscale: #B7B7B7. Windows color (decimal): -1731330 or 16684261. OLE color: 16684261.

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

Color convert

RGB 229 148 254 -
CMYK 0.10 0.42 0 0.00
HSL 285.85º 0.98% 0.79% -
HSV(B) 285.85º 0.42% 1% -
XYZ 60.79 44.99 99.25 -
YUV 184.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 229 148 254 0.10 0.42 0 0.00 285.85 0.98 0.79
Hex E5 94 FE A 2A 0 0 11E 62 4F
Octal 345 224 376 12 52 0 0 436 142 117
Binary 11100101 10010100 11111110 1010 101010 0 0 100011110 1100010 1001111

Color Harmonies of #E594FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E594FE

Black with #E594FE

Text Example


Text Example

White with #E594FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E594FE; }

 p { color: rgb(229,148,254); }

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

background-color css

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

 a { background-color: rgb(229,148,254); }

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

border-color css

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

 span { border-color: rgb(229,148,254); }

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