#ED8FFF

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

Shades of Violet #ED8FFF

Tints of Violet #ED8FFF

Color information

#ED8FFF (or 0xED8FFF) is unknown color: approx Violet. HEX triplet: ED, 8F and FF. RGB value is (237,143,255). Sum of RGB (Red+Green+Blue) = 237+143+255=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED8FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FFF is #127000. Grayscale: #B7B7B7. Windows color (decimal): -1208321 or 16748525. OLE color: 16748525.

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

Color convert

RGB237143255-
CMYK0.070.4400
HSL290.36º100%78.04%-
HSV(B)290.36º43.92%100%-
XYZ62.844.8799.96-
YUV183.87168.14165.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 143 (56.25% from 255) = 22.52%
BLUE value IS 255 (100% from 255) = 40.16%
R=37.32%
G=22.52%
B=40.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371432550.070.4400290.3610078.04
HexED8FFF72C00122644e
Octal35521737775400442144116
Binary1110110110001111111111111111011000010010001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FFF; }

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

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

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

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

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

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

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

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