Html Css Color HEX #E09AFE Mauve

📋 copy color: '#E09AFE'

red 224 ◦ green 154 ◦ blue 254

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

Shades of Mauve #E09AFE

Tints of Mauve #E09AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 35.44%
G = 24.37%
B = 40.19%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E09AFE (or 0xE09AFE) is known color: Mauve. HEX triplet: E0, 9A and FE. RGB value is (224,154,254). Sum of RGB (Red+Green+Blue) = 224+154+254=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 154 (60.55% from 255 or 24.37% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #E09AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09AFE is #1F6501. Grayscale: #BABABA. Windows color (decimal): -2057474 or 16685792. OLE color: 16685792.

HSL color Cylindrical-coordinate representation of color #E09AFE: hue angle of 282º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E09AFE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 154 254 -
CMYK 0.12 0.39 0 0.00
HSL 282º 0.98% 0.8% -
HSV(B) 282º 0.39% 1% -
XYZ 60.19 46.11 99.49 -
YUV 186.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 224 154 254 0.12 0.39 0 0.00 282 0.98 0.8
Hex E0 9A FE C 27 0 0 11A 62 50
Octal 340 232 376 14 47 0 0 432 142 120
Binary 11100000 10011010 11111110 1100 100111 0 0 100011010 1100010 1010000

Color Harmonies of #E09AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09AFE

Black with #E09AFE

Text Example


Text Example

White with #E09AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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