Html Css Color HEX #ED9EFE Mauve

📋 copy color: '#ED9EFE'

red 237 ◦ green 158 ◦ blue 254

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

Shades of Mauve #ED9EFE

Tints of Mauve #ED9EFE

RGB

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

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

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

R = 36.52%
G = 24.35%
B = 39.14%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED9EFE (or 0xED9EFE) is known color: Mauve. HEX triplet: ED, 9E and FE. RGB value is (237,158,254). Sum of RGB (Red+Green+Blue) = 237+158+254=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 158 (62.11% from 255 or 24.35% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EFE is #126101. Grayscale: #C0C0C0. Windows color (decimal): -1204482 or 16686829. OLE color: 16686829.

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

Color convert

RGB 237 158 254 -
CMYK 0.07 0.38 0 0.00
HSL 289.38º 0.98% 0.81% -
HSV(B) 289.38º 0.38% 1% -
XYZ 65.04 49.61 99.91 -
YUV 192.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 237 158 254 0.07 0.38 0 0.00 289.38 0.98 0.81
Hex ED 9E FE 7 26 0 0 121 62 51
Octal 355 236 376 7 46 0 0 441 142 121
Binary 11101101 10011110 11111110 111 100110 0 0 100100001 1100010 1010001

Color Harmonies of #ED9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EFE

Black with #ED9EFE

Text Example


Text Example

White with #ED9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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