#ED99FB

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

Shades of Violet #ED99FB

Tints of Violet #ED99FB

Color information

#ED99FB (or 0xED99FB) is unknown color: approx Violet. HEX triplet: ED, 99 and FB. RGB value is (237,153,251). Sum of RGB (Red+Green+Blue) = 237+153+251=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 153 (60.16% from 255 or 23.87% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED99FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED99FB is #126604. Grayscale: #BCBCBC. Windows color (decimal): -1205765 or 16488941. OLE color: 16488941.

HSL color Cylindrical-coordinate representation of color #ED99FB: hue angle of 291.43º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED99FB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237153251-
CMYK0.060.3900.02
HSL291.43º92.45%79.22%-
HSV(B)291.43º39.04%98.43%-
XYZ63.7347.7597.12-
YUV189.29162.83162.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 153 (60.16% from 255) = 23.87%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=36.97%
G=23.87%
B=39.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371532510.060.3900.02291.4392.4579.22
HexED99FB627021235c4f
Octal35523137364702443134117
Binary11101101100110011111101111010011101010010001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED99FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED99FB; }

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

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

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

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

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

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

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

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