Html Css Color HEX #E095FE Mauve

📋 copy color: '#E095FE'

red 224 ◦ green 149 ◦ blue 254

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

Shades of Mauve #E095FE

Tints of Mauve #E095FE

RGB

 RED value IS 224 (87.89% from 255) = 35.73%

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

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

R = 35.73%
G = 23.76%
B = 40.51%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E095FE (or 0xE095FE) is known color: Mauve. HEX triplet: E0, 95 and FE. RGB value is (224,149,254). Sum of RGB (Red+Green+Blue) = 224+149+254=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #E095FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E095FE is #1F6A01. Grayscale: #B7B7B7. Windows color (decimal): -2058754 or 16684512. OLE color: 16684512.

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

Color convert

RGB 224 149 254 -
CMYK 0.12 0.41 0 0.00
HSL 282.86º 0.98% 0.79% -
HSV(B) 282.86º 0.41% 1% -
XYZ 59.38 44.5 99.23 -
YUV 183.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 224 149 254 0.12 0.41 0 0.00 282.86 0.98 0.79
Hex E0 95 FE C 29 0 0 11B 62 4F
Octal 340 225 376 14 51 0 0 433 142 117
Binary 11100000 10010101 11111110 1100 101001 0 0 100011011 1100010 1001111

Color Harmonies of #E095FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095FE

Black with #E095FE

Text Example


Text Example

White with #E095FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095FE; }

 p { color: rgb(224,149,254); }

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

background-color css

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

 a { background-color: rgb(224,149,254); }

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

border-color css

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

 span { border-color: rgb(224,149,254); }

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