#ED99FF

Color #ED99FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #ED99FF

Tints of Mauve #ED99FF

Color information

#ED99FF (or 0xED99FF) is unknown color: approx Mauve. HEX triplet: ED, 99 and FF. RGB value is (237,153,255). Sum of RGB (Red+Green+Blue) = 237+153+255=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 153 (60.16% from 255 or 23.72% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED99FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED99FF is #126600. Grayscale: #BDBDBD. Windows color (decimal): -1205761 or 16751085. OLE color: 16751085.

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

Color convert

RGB237153255-
CMYK0.070.400
HSL289.41º100%80%-
HSV(B)289.41º40%100%-
XYZ64.3748.01100.48-
YUV189.74164.83161.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 153 (60.16% from 255) = 23.72%
BLUE value IS 255 (100% from 255) = 39.53%
R=36.74%
G=23.72%
B=39.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371532550.070.400289.4110080
HexED99FF728001216450
Octal35523137775000441144120
Binary1110110110011001111111111111010000010010000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED99FF; }

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

 H1.HeaderClassName
 {
   color: #ED99FF;
 }
 .AnyTagClassName
 {
   color: #ED99FF;
 }
</style>
background-color css

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

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

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

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

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

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