Html Css Color HEX #E295FA Mauve

📋 copy color: '#E295FA'

red 226 ◦ green 149 ◦ blue 250

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

Shades of Mauve #E295FA

Tints of Mauve #E295FA

RGB

 RED value IS 226 (88.67% from 255) = 36.16%

 GREEN value IS 149 (58.59% from 255) = 23.84%

 BLUE value IS 250 (98.05% from 255) = 40%

R = 36.16%
G = 23.84%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E295FA (or 0xE295FA) is known color: Mauve. HEX triplet: E2, 95 and FA. RGB value is (226,149,250). Sum of RGB (Red+Green+Blue) = 226+149+250=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 149 (58.59% from 255 or 23.84% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #E295FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295FA is #1D6A05. Grayscale: #B7B7B7. Windows color (decimal): -1927686 or 16422370. OLE color: 16422370.

HSL color Cylindrical-coordinate representation of color #E295FA: hue angle of 285.74º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E295FA is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 149 250 -
CMYK 0.10 0.40 0 0.02
HSL 285.74º 0.91% 0.78% -
HSV(B) 285.74º 0.4% 0.98% -
XYZ 59.37 44.57 95.92 -
YUV 183.54 165.51 158.29 -
System Red Green Blue C M Y K H S L
Decimal 226 149 250 0.10 0.40 0 0.02 285.74 0.91 0.78
Hex E2 95 FA A 28 0 2 11E 5B 4E
Octal 342 225 372 12 50 0 2 436 133 116
Binary 11100010 10010101 11111010 1010 101000 0 10 100011110 1011011 1001110

Color Harmonies of #E295FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295FA

Black with #E295FA

Text Example


Text Example

White with #E295FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295FA; }

 p { color: rgb(226,149,250); }

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

background-color css

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

 a { background-color: rgb(226,149,250); }

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

border-color css

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

 span { border-color: rgb(226,149,250); }

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