Html Css Color HEX #E6ACFE Mauve

📋 copy color: '#E6ACFE'

red 230 ◦ green 172 ◦ blue 254

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

Shades of Mauve #E6ACFE

Tints of Mauve #E6ACFE

RGB

 RED value IS 230 (90.23% from 255) = 35.06%

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

 BLUE value IS 254 (99.61% from 255) = 38.72%

R = 35.06%
G = 26.22%
B = 38.72%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6ACFE (or 0xE6ACFE) is known color: Mauve. HEX triplet: E6, AC and FE. RGB value is (230,172,254). Sum of RGB (Red+Green+Blue) = 230+172+254=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6ACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACFE is #195301. Grayscale: #C6C6C6. Windows color (decimal): -1659650 or 16690406. OLE color: 16690406.

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

Color convert

RGB 230 172 254 -
CMYK 0.09 0.32 0 0.00
HSL 282.44º 0.98% 0.84% -
HSV(B) 282.44º 0.32% 1% -
XYZ 65.28 53.48 100.65 -
YUV 198.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 230 172 254 0.09 0.32 0 0.00 282.44 0.98 0.84
Hex E6 AC FE 9 20 0 0 11A 62 54
Octal 346 254 376 11 40 0 0 432 142 124
Binary 11100110 10101100 11111110 1001 100000 0 0 100011010 1100010 1010100

Color Harmonies of #E6ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ACFE

Black with #E6ACFE

Text Example


Text Example

White with #E6ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ACFE; }

 p { color: rgb(230,172,254); }

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

background-color css

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

 a { background-color: rgb(230,172,254); }

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

border-color css

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

 span { border-color: rgb(230,172,254); }

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