Html Css Color HEX #E6ACFD Mauve

📋 copy color: '#E6ACFD'

red 230 ◦ green 172 ◦ blue 253

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

Shades of Mauve #E6ACFD

Tints of Mauve #E6ACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.63%

R = 35.11%
G = 26.26%
B = 38.63%

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

#E6ACFD (or 0xE6ACFD) is known color: Mauve. HEX triplet: E6, AC and FD. RGB value is (230,172,253). Sum of RGB (Red+Green+Blue) = 230+172+253=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6ACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACFD is #195302. Grayscale: #C6C6C6. Windows color (decimal): -1659651 or 16624870. OLE color: 16624870.

HSL color Cylindrical-coordinate representation of color #E6ACFD: hue angle of 282.96º degrees, saturation: 0.95, 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 #E6ACFD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 172 253 -
CMYK 0.09 0.32 0 0.01
HSL 282.96º 0.95% 0.83% -
HSV(B) 282.96º 0.32% 0.99% -
XYZ 65.12 53.42 99.81 -
YUV 198.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 230 172 253 0.09 0.32 0 0.01 282.96 0.95 0.83
Hex E6 AC FD 9 20 0 1 11B 5F 53
Octal 346 254 375 11 40 0 1 433 137 123
Binary 11100110 10101100 11111101 1001 100000 0 1 100011011 1011111 1010011

Color Harmonies of #E6ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ACFD

Black with #E6ACFD

Text Example


Text Example

White with #E6ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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