Html Css Color HEX #E2ACFF Mauve

📋 copy color: '#E2ACFF'

red 226 ◦ green 172 ◦ blue 255

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

Shades of Mauve #E2ACFF

Tints of Mauve #E2ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.34%

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

R = 34.61%
G = 26.34%
B = 39.05%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E2ACFF (or 0xE2ACFF) is known color: Mauve. HEX triplet: E2, AC and FF. RGB value is (226,172,255). Sum of RGB (Red+Green+Blue) = 226+172+255=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACFF is #1D5300. Grayscale: #C5C5C5. Windows color (decimal): -1921793 or 16755938. OLE color: 16755938.

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

Color convert

RGB 226 172 255 -
CMYK 0.11 0.33 0 0
HSL 279.04º 1% 0.84% -
HSV(B) 279.04º 0.33% 1% -
XYZ 64.17 52.89 101.44 -
YUV 197.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 226 172 255 0.11 0.33 0 0 279.04 1 0.84
Hex E2 AC FF B 21 0 0 117 64 54
Octal 342 254 377 13 41 0 0 427 144 124
Binary 11100010 10101100 11111111 1011 100001 0 0 100010111 1100100 1010100

Color Harmonies of #E2ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ACFF

Black with #E2ACFF

Text Example


Text Example

White with #E2ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ACFF; }

 p { color: rgb(226,172,255); }

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

background-color css

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

 a { background-color: rgb(226,172,255); }

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

border-color css

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

 span { border-color: rgb(226,172,255); }

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