Html Css Color HEX #E99AFA Mauve

📋 copy color: '#E99AFA'

red 233 ◦ green 154 ◦ blue 250

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

Shades of Mauve #E99AFA

Tints of Mauve #E99AFA

RGB

 RED value IS 233 (91.41% from 255) = 36.58%

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

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 36.58%
G = 24.18%
B = 39.25%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E99AFA (or 0xE99AFA) is known color: Mauve. HEX triplet: E9, 9A and FA. RGB value is (233,154,250). Sum of RGB (Red+Green+Blue) = 233+154+250=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 154 (60.55% from 255 or 24.18% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #E99AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99AFA is #166505. Grayscale: #BCBCBC. Windows color (decimal): -1467654 or 16423657. OLE color: 16423657.

HSL color Cylindrical-coordinate representation of color #E99AFA: hue angle of 289.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E99AFA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 154 250 -
CMYK 0.07 0.38 0 0.02
HSL 289.38º 0.91% 0.79% -
HSV(B) 289.38º 0.38% 0.98% -
XYZ 62.42 47.34 96.29 -
YUV 188.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 233 154 250 0.07 0.38 0 0.02 289.38 0.91 0.79
Hex E9 9A FA 7 26 0 2 121 5B 4F
Octal 351 232 372 7 46 0 2 441 133 117
Binary 11101001 10011010 11111010 111 100110 0 10 100100001 1011011 1001111

Color Harmonies of #E99AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99AFA

Black with #E99AFA

Text Example


Text Example

White with #E99AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99AFA; }

 p { color: rgb(233,154,250); }

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

background-color css

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

 a { background-color: rgb(233,154,250); }

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

border-color css

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

 span { border-color: rgb(233,154,250); }

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