Html Css Color HEX #E495FD Mauve

📋 copy color: '#E495FD'

red 228 ◦ green 149 ◦ blue 253

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

Shades of Mauve #E495FD

Tints of Mauve #E495FD

RGB

 RED value IS 228 (89.45% from 255) = 36.19%

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

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

R = 36.19%
G = 23.65%
B = 40.16%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E495FD (or 0xE495FD) is known color: Mauve. HEX triplet: E4, 95 and FD. RGB value is (228,149,253). Sum of RGB (Red+Green+Blue) = 228+149+253=630 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.19% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #E495FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E495FD is #1B6A02. Grayscale: #B8B8B8. Windows color (decimal): -1796611 or 16618980. OLE color: 16618980.

HSL color Cylindrical-coordinate representation of color #E495FD: hue angle of 285.58º 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 #E495FD is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 149 253 -
CMYK 0.10 0.41 0 0.01
HSL 285.58º 0.96% 0.79% -
HSV(B) 285.58º 0.41% 0.99% -
XYZ 60.47 45.08 98.44 -
YUV 184.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 228 149 253 0.10 0.41 0 0.01 285.58 0.96 0.79
Hex E4 95 FD A 29 0 1 11E 60 4F
Octal 344 225 375 12 51 0 1 436 140 117
Binary 11100100 10010101 11111101 1010 101001 0 1 100011110 1100000 1001111

Color Harmonies of #E495FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E495FD

Black with #E495FD

Text Example


Text Example

White with #E495FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E495FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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