Html Css Color HEX #E5ACFD Mauve

📋 copy color: '#E5ACFD'

red 229 ◦ green 172 ◦ blue 253

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

Shades of Mauve #E5ACFD

Tints of Mauve #E5ACFD

RGB

 RED value IS 229 (89.84% from 255) = 35.02%

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

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

R = 35.02%
G = 26.3%
B = 38.69%

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

#E5ACFD (or 0xE5ACFD) is known color: Mauve. HEX triplet: E5, AC and FD. RGB value is (229,172,253). Sum of RGB (Red+Green+Blue) = 229+172+253=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ACFD is #1A5302. Grayscale: #C6C6C6. Windows color (decimal): -1725187 or 16624869. OLE color: 16624869.

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

Color convert

RGB 229 172 253 -
CMYK 0.09 0.32 0 0.01
HSL 282.22º 0.95% 0.83% -
HSV(B) 282.22º 0.32% 0.99% -
XYZ 64.8 53.25 99.79 -
YUV 198.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 229 172 253 0.09 0.32 0 0.01 282.22 0.95 0.83
Hex E5 AC FD 9 20 0 1 11A 5F 53
Octal 345 254 375 11 40 0 1 432 137 123
Binary 11100101 10101100 11111101 1001 100000 0 1 100011010 1011111 1010011

Color Harmonies of #E5ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ACFD

Black with #E5ACFD

Text Example


Text Example

White with #E5ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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