Html Css Color HEX #E5C2FF Mauve

📋 copy color: '#E5C2FF'

red 229 ◦ green 194 ◦ blue 255

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

Shades of Mauve #E5C2FF

Tints of Mauve #E5C2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.61%

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

R = 33.78%
G = 28.61%
B = 37.61%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E5C2FF (or 0xE5C2FF) is known color: Mauve. HEX triplet: E5, C2 and FF. RGB value is (229,194,255). Sum of RGB (Red+Green+Blue) = 229+194+255=678 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.78% from 678); Green value is 194 (76.17% from 255 or 28.61% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C2FF is #1A3D00. Grayscale: #D3D3D3. Windows color (decimal): -1719553 or 16761573. OLE color: 16761573.

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

Color convert

RGB 229 194 255 -
CMYK 0.10 0.24 0 0
HSL 274.43º 1% 0.88% -
HSV(B) 274.43º 0.24% 1% -
XYZ 69.65 62.46 102.99 -
YUV 211.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 229 194 255 0.10 0.24 0 0 274.43 1 0.88
Hex E5 C2 FF A 18 0 0 112 64 58
Octal 345 302 377 12 30 0 0 422 144 130
Binary 11100101 11000010 11111111 1010 11000 0 0 100010010 1100100 1011000

Color Harmonies of #E5C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C2FF

Black with #E5C2FF

Text Example


Text Example

White with #E5C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C2FF; }

 p { color: rgb(229,194,255); }

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

background-color css

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

 a { background-color: rgb(229,194,255); }

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

border-color css

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

 span { border-color: rgb(229,194,255); }

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