Html Css Color HEX #E4C0FC Mauve

📋 copy color: '#E4C0FC'

red 228 ◦ green 192 ◦ blue 252

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

Shades of Mauve #E4C0FC

Tints of Mauve #E4C0FC

RGB

 RED value IS 228 (89.45% from 255) = 33.93%

 GREEN value IS 192 (75.39% from 255) = 28.57%

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

R = 33.93%
G = 28.57%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E4C0FC (or 0xE4C0FC) is known color: Mauve. HEX triplet: E4, C0 and FC. RGB value is (228,192,252). Sum of RGB (Red+Green+Blue) = 228+192+252=672 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.93% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4C0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C0FC is #1B3F03. Grayscale: #D1D1D1. Windows color (decimal): -1785604 or 16564452. OLE color: 16564452.

HSL color Cylindrical-coordinate representation of color #E4C0FC: hue angle of 276º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4C0FC is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 192 252 -
CMYK 0.10 0.24 0 0.01
HSL 276º 0.91% 0.87% -
HSV(B) 276º 0.24% 0.99% -
XYZ 68.42 61.22 100.31 -
YUV 209.6 151.93 141.12 -
System Red Green Blue C M Y K H S L
Decimal 228 192 252 0.10 0.24 0 0.01 276 0.91 0.87
Hex E4 C0 FC A 18 0 1 114 5B 57
Octal 344 300 374 12 30 0 1 424 133 127
Binary 11100100 11000000 11111100 1010 11000 0 1 100010100 1011011 1010111

Color Harmonies of #E4C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4C0FC

Black with #E4C0FC

Text Example


Text Example

White with #E4C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4C0FC; }

 p { color: rgb(228,192,252); }

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

background-color css

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

 a { background-color: rgb(228,192,252); }

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

border-color css

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

 span { border-color: rgb(228,192,252); }

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