Html Css Color HEX #E09AFC Mauve

📋 copy color: '#E09AFC'

red 224 ◦ green 154 ◦ blue 252

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

Shades of Mauve #E09AFC

Tints of Mauve #E09AFC

RGB

 RED value IS 224 (87.89% from 255) = 35.56%

 GREEN value IS 154 (60.55% from 255) = 24.44%

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

R = 35.56%
G = 24.44%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E09AFC (or 0xE09AFC) is known color: Mauve. HEX triplet: E0, 9A and FC. RGB value is (224,154,252). Sum of RGB (Red+Green+Blue) = 224+154+252=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 154 (60.55% from 255 or 24.44% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #E09AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09AFC is #1F6503. Grayscale: #B9B9B9. Windows color (decimal): -2057476 or 16554720. OLE color: 16554720.

HSL color Cylindrical-coordinate representation of color #E09AFC: hue angle of 282.86º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E09AFC is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 154 252 -
CMYK 0.11 0.39 0 0.01
HSL 282.86º 0.94% 0.8% -
HSV(B) 282.86º 0.39% 0.99% -
XYZ 59.87 45.99 97.82 -
YUV 186.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 224 154 252 0.11 0.39 0 0.01 282.86 0.94 0.8
Hex E0 9A FC B 27 0 1 11B 5E 50
Octal 340 232 374 13 47 0 1 433 136 120
Binary 11100000 10011010 11111100 1011 100111 0 1 100011011 1011110 1010000

Color Harmonies of #E09AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09AFC

Black with #E09AFC

Text Example


Text Example

White with #E09AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09AFC; }

 p { color: rgb(224,154,252); }

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

background-color css

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

 a { background-color: rgb(224,154,252); }

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

border-color css

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

 span { border-color: rgb(224,154,252); }

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