Html Css Color HEX #E095FD Mauve

📋 copy color: '#E095FD'

red 224 ◦ green 149 ◦ blue 253

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

Shades of Mauve #E095FD

Tints of Mauve #E095FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.42%

R = 35.78%
G = 23.8%
B = 40.42%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E095FD (or 0xE095FD) is known color: Mauve. HEX triplet: E0, 95 and FD. RGB value is (224,149,253). Sum of RGB (Red+Green+Blue) = 224+149+253=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 149 (58.59% from 255 or 23.80% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #E095FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E095FD is #1F6A02. Grayscale: #B6B6B6. Windows color (decimal): -2058755 or 16618976. OLE color: 16618976.

HSL color Cylindrical-coordinate representation of color #E095FD: hue angle of 283.27º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E095FD is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 149 253 -
CMYK 0.11 0.41 0 0.01
HSL 283.27º 0.96% 0.79% -
HSV(B) 283.27º 0.41% 0.99% -
XYZ 59.22 44.43 98.38 -
YUV 183.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 224 149 253 0.11 0.41 0 0.01 283.27 0.96 0.79
Hex E0 95 FD B 29 0 1 11B 60 4F
Octal 340 225 375 13 51 0 1 433 140 117
Binary 11100000 10010101 11111101 1011 101001 0 1 100011011 1100000 1001111

Color Harmonies of #E095FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E095FD

Black with #E095FD

Text Example


Text Example

White with #E095FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E095FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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