#ED8DFD

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

Shades of Violet #ED8DFD

Tints of Violet #ED8DFD

Color information

#ED8DFD (or 0xED8DFD) is unknown color: approx Violet. HEX triplet: ED, 8D and FD. RGB value is (237,141,253). Sum of RGB (Red+Green+Blue) = 237+141+253=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 141 (55.47% from 255 or 22.35% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED8DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8DFD is #127202. Grayscale: #B6B6B6. Windows color (decimal): -1208835 or 16616941. OLE color: 16616941.

HSL color Cylindrical-coordinate representation of color #ED8DFD: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8DFD is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237141253-
CMYK0.060.4400.01
HSL291.43º96.55%77.25%-
HSV(B)291.43º44.27%99.22%-
XYZ62.1844.1598.17-
YUV182.47167.8166.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 141 (55.47% from 255) = 22.35%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=37.56%
G=22.35%
B=40.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371412530.060.4400.01291.4396.5577.25
HexED8DFD62C01123614d
Octal35521537565401443141115
Binary1110110110001101111111011101011000110010001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DFD; }

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

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

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

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

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

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

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

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