#ED8DFF

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

Shades of Violet #ED8DFF

Tints of Violet #ED8DFF

Color information

#ED8DFF (or 0xED8DFF) is unknown color: approx Violet. HEX triplet: ED, 8D and FF. RGB value is (237,141,255). Sum of RGB (Red+Green+Blue) = 237+141+255=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 141 (55.47% from 255 or 22.27% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED8DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8DFF is #127200. Grayscale: #B6B6B6. Windows color (decimal): -1208833 or 16748013. OLE color: 16748013.

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

Color convert

RGB237141255-
CMYK0.070.4500
HSL290.53º100%77.65%-
HSV(B)290.53º44.71%100%-
XYZ62.544.2799.86-
YUV182.7168.8166.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 141 (55.47% from 255) = 22.27%
BLUE value IS 255 (100% from 255) = 40.28%
R=37.44%
G=22.27%
B=40.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371412550.070.4500290.5310077.65
HexED8DFF72D00123644e
Octal35521537775500443144116
Binary1110110110001101111111111111011010010010001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DFF; }

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

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

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

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

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

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

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

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