Html Css Color HEX #E5BEFA Mauve

📋 copy color: '#E5BEFA'

red 229 ◦ green 190 ◦ blue 250

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

Shades of Mauve #E5BEFA

Tints of Mauve #E5BEFA

RGB

 RED value IS 229 (89.84% from 255) = 34.23%

 GREEN value IS 190 (74.61% from 255) = 28.4%

 BLUE value IS 250 (98.05% from 255) = 37.37%

R = 34.23%
G = 28.4%
B = 37.37%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5BEFA (or 0xE5BEFA) is known color: Mauve. HEX triplet: E5, BE and FA. RGB value is (229,190,250). Sum of RGB (Red+Green+Blue) = 229+190+250=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BEFA is #1A4105. Grayscale: #D0D0D0. Windows color (decimal): -1720582 or 16432869. OLE color: 16432869.

HSL color Cylindrical-coordinate representation of color #E5BEFA: hue angle of 279º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5BEFA is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 190 250 -
CMYK 0.08 0.24 0 0.02
HSL 279º 0.86% 0.86% -
HSV(B) 279º 0.24% 0.98% -
XYZ 67.98 60.39 98.52 -
YUV 208.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 229 190 250 0.08 0.24 0 0.02 279 0.86 0.86
Hex E5 BE FA 8 18 0 2 117 56 56
Octal 345 276 372 10 30 0 2 427 126 126
Binary 11100101 10111110 11111010 1000 11000 0 10 100010111 1010110 1010110

Color Harmonies of #E5BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BEFA

Black with #E5BEFA

Text Example


Text Example

White with #E5BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BEFA; }

 p { color: rgb(229,190,250); }

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

background-color css

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

 a { background-color: rgb(229,190,250); }

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

border-color css

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

 span { border-color: rgb(229,190,250); }

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