Html Css Color HEX #E3AFF2 Mauve

📋 copy color: '#E3AFF2'

red 227 ◦ green 175 ◦ blue 242

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

Shades of Mauve #E3AFF2

Tints of Mauve #E3AFF2

RGB

 RED value IS 227 (89.06% from 255) = 35.25%

 GREEN value IS 175 (68.75% from 255) = 27.17%

 BLUE value IS 242 (94.92% from 255) = 37.58%

R = 35.25%
G = 27.17%
B = 37.58%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E3AFF2 (or 0xE3AFF2) is known color: Mauve. HEX triplet: E3, AF and F2. RGB value is (227,175,242). Sum of RGB (Red+Green+Blue) = 227+175+242=644 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.25% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3AFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AFF2 is #1C500D. Grayscale: #C5C5C5. Windows color (decimal): -1855502 or 15904739. OLE color: 15904739.

HSL color Cylindrical-coordinate representation of color #E3AFF2: hue angle of 286.57º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E3AFF2 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 175 242 -
CMYK 0.06 0.28 0 0.05
HSL 286.57º 0.72% 0.82% -
HSV(B) 286.57º 0.28% 0.95% -
XYZ 63.04 53.4 90.99 -
YUV 198.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 227 175 242 0.06 0.28 0 0.05 286.57 0.72 0.82
Hex E3 AF F2 6 1C 0 5 11F 48 52
Octal 343 257 362 6 34 0 5 437 110 122
Binary 11100011 10101111 11110010 110 11100 0 101 100011111 1001000 1010010

Color Harmonies of #E3AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AFF2

Black with #E3AFF2

Text Example


Text Example

White with #E3AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AFF2; }

 p { color: rgb(227,175,242); }

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

background-color css

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

 a { background-color: rgb(227,175,242); }

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

border-color css

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

 span { border-color: rgb(227,175,242); }

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