Html Css Color HEX #ED9EFF Mauve

📋 copy color: '#ED9EFF'

red 237 ◦ green 158 ◦ blue 255

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

Shades of Mauve #ED9EFF

Tints of Mauve #ED9EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.23%

R = 36.46%
G = 24.31%
B = 39.23%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED9EFF (or 0xED9EFF) is known color: Mauve. HEX triplet: ED, 9E and FF. RGB value is (237,158,255). Sum of RGB (Red+Green+Blue) = 237+158+255=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 158 (62.11% from 255 or 24.31% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EFF is #126100. Grayscale: #C0C0C0. Windows color (decimal): -1204481 or 16752365. OLE color: 16752365.

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

Color convert

RGB 237 158 255 -
CMYK 0.07 0.38 0 0
HSL 288.87º 1% 0.81% -
HSV(B) 288.87º 0.38% 1% -
XYZ 65.2 49.68 100.76 -
YUV 192.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 237 158 255 0.07 0.38 0 0 288.87 1 0.81
Hex ED 9E FF 7 26 0 0 121 64 51
Octal 355 236 377 7 46 0 0 441 144 121
Binary 11101101 10011110 11111111 111 100110 0 0 100100001 1100100 1010001

Color Harmonies of #ED9EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EFF

Black with #ED9EFF

Text Example


Text Example

White with #ED9EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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