Html Css Color HEX #E095FF Mauve

📋 copy color: '#E095FF'

red 224 ◦ green 149 ◦ blue 255

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

Shades of Mauve #E095FF

Tints of Mauve #E095FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.61%

R = 35.67%
G = 23.73%
B = 40.61%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E095FF (or 0xE095FF) is known color: Mauve. HEX triplet: E0, 95 and FF. RGB value is (224,149,255). Sum of RGB (Red+Green+Blue) = 224+149+255=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 149 (58.59% from 255 or 23.73% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #E095FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E095FF is #1F6A00. Grayscale: #B7B7B7. Windows color (decimal): -2058753 or 16750048. OLE color: 16750048.

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

Color convert

RGB 224 149 255 -
CMYK 0.12 0.42 0 0
HSL 282.45º 1% 0.79% -
HSV(B) 282.45º 0.42% 1% -
XYZ 59.54 44.56 100.07 -
YUV 183.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 224 149 255 0.12 0.42 0 0 282.45 1 0.79
Hex E0 95 FF C 2A 0 0 11A 64 4F
Octal 340 225 377 14 52 0 0 432 144 117
Binary 11100000 10010101 11111111 1100 101010 0 0 100011010 1100100 1001111

Color Harmonies of #E095FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095FF

Black with #E095FF

Text Example


Text Example

White with #E095FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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