#ED8DEC

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

Shades of Violet #ED8DEC

Tints of Violet #ED8DEC

Color information

#ED8DEC (or 0xED8DEC) is unknown color: approx Violet. HEX triplet: ED, 8D and EC. RGB value is (237,141,236). Sum of RGB (Red+Green+Blue) = 237+141+236=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8DEC is #127213. Grayscale: #B4B4B4. Windows color (decimal): -1208852 or 15502829. OLE color: 15502829.

HSL color Cylindrical-coordinate representation of color #ED8DEC: hue angle of 300.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8DEC is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237141236-
CMYK00.410.000.07
HSL300.62º72.73%74.12%-
HSV(B)300.62º40.51%92.94%-
XYZ59.5943.1184.54-
YUV180.53159.3168.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 141 (55.47% from 255) = 22.96%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=38.60%
G=22.96%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714123600.410.000.07300.6272.7374.12
HexED8DEC0290712d494a
Octal35521535405107455111112
Binary1110110110001101111011000101001011110010110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DEC; }

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

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

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

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

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

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

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

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