#ED99ED

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

Shades of Violet #ED99ED

Tints of Violet #ED99ED

Color information

#ED99ED (or 0xED99ED) is unknown color: approx Violet. HEX triplet: ED, 99 and ED. RGB value is (237,153,237). Sum of RGB (Red+Green+Blue) = 237+153+237=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED99ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED99ED is #126612. Grayscale: #BBBBBB. Windows color (decimal): -1205779 or 15571437. OLE color: 15571437.

HSL color Cylindrical-coordinate representation of color #ED99ED: hue angle of 300º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED99ED is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237153237-
CMYK00.3500.07
HSL300º70%76.47%-
HSV(B)300º35.44%92.94%-
XYZ61.646.985.93-
YUV187.69155.83163.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 153 (60.16% from 255) = 24.40%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=37.80%
G=24.40%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715323700.3500.073007076.47
HexED99ED0230712c464c
Octal35523135504307454106114
Binary1110110110011001111011010100011011110010110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED99ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED99ED; }

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

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

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

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

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

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

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

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