Html Css Color HEX #E9ACF2 Mauve

📋 copy color: '#E9ACF2'

red 233 ◦ green 172 ◦ blue 242

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

Shades of Mauve #E9ACF2

Tints of Mauve #E9ACF2

RGB

 RED value IS 233 (91.41% from 255) = 36.01%

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

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

R = 36.01%
G = 26.58%
B = 37.4%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9ACF2 (or 0xE9ACF2) is known color: Mauve. HEX triplet: E9, AC and F2. RGB value is (233,172,242). Sum of RGB (Red+Green+Blue) = 233+172+242=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9ACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ACF2 is #16530D. Grayscale: #C6C6C6. Windows color (decimal): -1463054 or 15903977. OLE color: 15903977.

HSL color Cylindrical-coordinate representation of color #E9ACF2: hue angle of 292.29º 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 #E9ACF2 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 172 242 -
CMYK 0.04 0.29 0 0.05
HSL 292.29º 0.73% 0.81% -
HSV(B) 292.29º 0.29% 0.95% -
XYZ 64.38 53.24 90.89 -
YUV 198.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 233 172 242 0.04 0.29 0 0.05 292.29 0.73 0.81
Hex E9 AC F2 4 1D 0 5 124 49 51
Octal 351 254 362 4 35 0 5 444 111 121
Binary 11101001 10101100 11110010 100 11101 0 101 100100100 1001001 1010001

Color Harmonies of #E9ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9ACF2

Black with #E9ACF2

Text Example


Text Example

White with #E9ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9ACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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