Html Css Color HEX #EE9EFA Mauve

📋 copy color: '#EE9EFA'

red 238 ◦ green 158 ◦ blue 250

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

Shades of Mauve #EE9EFA

Tints of Mauve #EE9EFA

RGB

 RED value IS 238 (93.36% from 255) = 36.84%

 GREEN value IS 158 (62.11% from 255) = 24.46%

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

R = 36.84%
G = 24.46%
B = 38.7%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE9EFA (or 0xEE9EFA) is known color: Mauve. HEX triplet: EE, 9E and FA. RGB value is (238,158,250). Sum of RGB (Red+Green+Blue) = 238+158+250=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 158 (62.11% from 255 or 24.46% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE9EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9EFA is #116105. Grayscale: #C0C0C0. Windows color (decimal): -1138950 or 16424686. OLE color: 16424686.

HSL color Cylindrical-coordinate representation of color #EE9EFA: hue angle of 292.17º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE9EFA is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 158 250 -
CMYK 0.05 0.37 0 0.02
HSL 292.17º 0.9% 0.8% -
HSV(B) 292.17º 0.37% 0.98% -
XYZ 64.74 49.53 96.59 -
YUV 192.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 238 158 250 0.05 0.37 0 0.02 292.17 0.9 0.8
Hex EE 9E FA 5 25 0 2 124 5A 50
Octal 356 236 372 5 45 0 2 444 132 120
Binary 11101110 10011110 11111010 101 100101 0 10 100100100 1011010 1010000

Color Harmonies of #EE9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9EFA

Black with #EE9EFA

Text Example


Text Example

White with #EE9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9EFA; }

 p { color: rgb(238,158,250); }

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

background-color css

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

 a { background-color: rgb(238,158,250); }

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

border-color css

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

 span { border-color: rgb(238,158,250); }

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