Html Css Color HEX #E295FB Mauve

📋 copy color: '#E295FB'

red 226 ◦ green 149 ◦ blue 251

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

Shades of Mauve #E295FB

Tints of Mauve #E295FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.1%

R = 36.1%
G = 23.8%
B = 40.1%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E295FB (or 0xE295FB) is known color: Mauve. HEX triplet: E2, 95 and FB. RGB value is (226,149,251). Sum of RGB (Red+Green+Blue) = 226+149+251=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 149 (58.59% from 255 or 23.80% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #E295FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295FB is #1D6A04. Grayscale: #B7B7B7. Windows color (decimal): -1927685 or 16487906. OLE color: 16487906.

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

Color convert

RGB 226 149 251 -
CMYK 0.10 0.41 0 0.02
HSL 285.29º 0.93% 0.78% -
HSV(B) 285.29º 0.41% 0.98% -
XYZ 59.52 44.63 96.74 -
YUV 183.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 226 149 251 0.10 0.41 0 0.02 285.29 0.93 0.78
Hex E2 95 FB A 29 0 2 11D 5D 4E
Octal 342 225 373 12 51 0 2 435 135 116
Binary 11100010 10010101 11111011 1010 101001 0 10 100011101 1011101 1001110

Color Harmonies of #E295FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295FB

Black with #E295FB

Text Example


Text Example

White with #E295FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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