Html Css Color HEX #E6ACFC Mauve

📋 copy color: '#E6ACFC'

red 230 ◦ green 172 ◦ blue 252

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

Shades of Mauve #E6ACFC

Tints of Mauve #E6ACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.53%

R = 35.17%
G = 26.3%
B = 38.53%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6ACFC (or 0xE6ACFC) is known color: Mauve. HEX triplet: E6, AC and FC. RGB value is (230,172,252). Sum of RGB (Red+Green+Blue) = 230+172+252=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6ACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACFC is #195303. Grayscale: #C6C6C6. Windows color (decimal): -1659652 or 16559334. OLE color: 16559334.

HSL color Cylindrical-coordinate representation of color #E6ACFC: hue angle of 283.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6ACFC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 172 252 -
CMYK 0.09 0.32 0 0.01
HSL 283.5º 0.93% 0.83% -
HSV(B) 283.5º 0.32% 0.99% -
XYZ 64.96 53.36 98.97 -
YUV 198.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 230 172 252 0.09 0.32 0 0.01 283.5 0.93 0.83
Hex E6 AC FC 9 20 0 1 11C 5D 53
Octal 346 254 374 11 40 0 1 434 135 123
Binary 11100110 10101100 11111100 1001 100000 0 1 100011100 1011101 1010011

Color Harmonies of #E6ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ACFC

Black with #E6ACFC

Text Example


Text Example

White with #E6ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ACFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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