Html Css Color HEX #ED9DFF Mauve

📋 copy color: '#ED9DFF'

red 237 ◦ green 157 ◦ blue 255

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

Shades of Mauve #ED9DFF

Tints of Mauve #ED9DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.19%

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

R = 36.52%
G = 24.19%
B = 39.29%

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

#ED9DFF (or 0xED9DFF) is known color: Mauve. HEX triplet: ED, 9D and FF. RGB value is (237,157,255). Sum of RGB (Red+Green+Blue) = 237+157+255=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 157 (61.72% from 255 or 24.19% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED9DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9DFF is #126200. Grayscale: #BFBFBF. Windows color (decimal): -1204737 or 16752109. OLE color: 16752109.

HSL color Cylindrical-coordinate representation of color #ED9DFF: hue angle of 288.98º 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 #ED9DFF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 157 255 -
CMYK 0.07 0.38 0 0
HSL 288.98º 1% 0.81% -
HSV(B) 288.98º 0.38% 1% -
XYZ 65.03 49.34 100.7 -
YUV 192.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 237 157 255 0.07 0.38 0 0 288.98 1 0.81
Hex ED 9D FF 7 26 0 0 121 64 51
Octal 355 235 377 7 46 0 0 441 144 121
Binary 11101101 10011101 11111111 111 100110 0 0 100100001 1100100 1010001

Color Harmonies of #ED9DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9DFF

Black with #ED9DFF

Text Example


Text Example

White with #ED9DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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