Html Css Color HEX #E09AFD Mauve

📋 copy color: '#E09AFD'

red 224 ◦ green 154 ◦ blue 253

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

Shades of Mauve #E09AFD

Tints of Mauve #E09AFD

RGB

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

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

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

R = 35.5%
G = 24.41%
B = 40.1%

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

#E09AFD (or 0xE09AFD) is known color: Mauve. HEX triplet: E0, 9A and FD. RGB value is (224,154,253). Sum of RGB (Red+Green+Blue) = 224+154+253=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 154 (60.55% from 255 or 24.41% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #E09AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09AFD is #1F6502. Grayscale: #B9B9B9. Windows color (decimal): -2057475 or 16620256. OLE color: 16620256.

HSL color Cylindrical-coordinate representation of color #E09AFD: hue angle of 282.42º degrees, saturation: 0.96, 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 #E09AFD is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 154 253 -
CMYK 0.11 0.39 0 0.01
HSL 282.42º 0.96% 0.8% -
HSV(B) 282.42º 0.39% 0.99% -
XYZ 60.03 46.05 98.65 -
YUV 186.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 224 154 253 0.11 0.39 0 0.01 282.42 0.96 0.8
Hex E0 9A FD B 27 0 1 11A 60 50
Octal 340 232 375 13 47 0 1 432 140 120
Binary 11100000 10011010 11111101 1011 100111 0 1 100011010 1100000 1010000

Color Harmonies of #E09AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09AFD

Black with #E09AFD

Text Example


Text Example

White with #E09AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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