Html Css Color HEX #ED9EFA Mauve

📋 copy color: '#ED9EFA'

red 237 ◦ green 158 ◦ blue 250

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

Shades of Mauve #ED9EFA

Tints of Mauve #ED9EFA

RGB

 RED value IS 237 (92.97% from 255) = 36.74%

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

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

R = 36.74%
G = 24.5%
B = 38.76%

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

#ED9EFA (or 0xED9EFA) is known color: Mauve. HEX triplet: ED, 9E and FA. RGB value is (237,158,250). Sum of RGB (Red+Green+Blue) = 237+158+250=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 158 (62.11% from 255 or 24.50% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED9EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EFA is #126105. Grayscale: #BFBFBF. Windows color (decimal): -1204486 or 16424685. OLE color: 16424685.

HSL color Cylindrical-coordinate representation of color #ED9EFA: hue angle of 291.52º 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 #ED9EFA is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 158 250 -
CMYK 0.05 0.37 0 0.02
HSL 291.52º 0.9% 0.8% -
HSV(B) 291.52º 0.37% 0.98% -
XYZ 64.41 49.36 96.58 -
YUV 192.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 237 158 250 0.05 0.37 0 0.02 291.52 0.9 0.8
Hex ED 9E FA 5 25 0 2 124 5A 50
Octal 355 236 372 5 45 0 2 444 132 120
Binary 11101101 10011110 11111010 101 100101 0 10 100100100 1011010 1010000

Color Harmonies of #ED9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EFA

Black with #ED9EFA

Text Example


Text Example

White with #ED9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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