Html Css Color HEX #E4ACF2 Mauve

📋 copy color: '#E4ACF2'

red 228 ◦ green 172 ◦ blue 242

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

Shades of Mauve #E4ACF2

Tints of Mauve #E4ACF2

RGB

 RED value IS 228 (89.45% from 255) = 35.51%

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

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

R = 35.51%
G = 26.79%
B = 37.69%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E4ACF2 (or 0xE4ACF2) is known color: Mauve. HEX triplet: E4, AC and F2. RGB value is (228,172,242). Sum of RGB (Red+Green+Blue) = 228+172+242=642 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.51% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4ACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ACF2 is #1B530D. Grayscale: #C4C4C4. Windows color (decimal): -1790734 or 15903972. OLE color: 15903972.

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

Color convert

RGB 228 172 242 -
CMYK 0.06 0.29 0 0.05
HSL 288º 0.73% 0.81% -
HSV(B) 288º 0.29% 0.95% -
XYZ 62.77 52.41 90.81 -
YUV 196.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 228 172 242 0.06 0.29 0 0.05 288 0.73 0.81
Hex E4 AC F2 6 1D 0 5 120 49 51
Octal 344 254 362 6 35 0 5 440 111 121
Binary 11100100 10101100 11110010 110 11101 0 101 100100000 1001001 1010001

Color Harmonies of #E4ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4ACF2

Black with #E4ACF2

Text Example


Text Example

White with #E4ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4ACF2; }

 p { color: rgb(228,172,242); }

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

background-color css

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

 a { background-color: rgb(228,172,242); }

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

border-color css

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

 span { border-color: rgb(228,172,242); }

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