#ED8CFF

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

Shades of Violet #ED8CFF

Tints of Violet #ED8CFF

Color information

#ED8CFF (or 0xED8CFF) is unknown color: approx Violet. HEX triplet: ED, 8C and FF. RGB value is (237,140,255). Sum of RGB (Red+Green+Blue) = 237+140+255=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 140 (55.08% from 255 or 22.15% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CFF is #127300. Grayscale: #B5B5B5. Windows color (decimal): -1209089 or 16747757. OLE color: 16747757.

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

Color convert

RGB237140255-
CMYK0.070.4500
HSL290.61º100%77.45%-
HSV(B)290.61º45.1%100%-
XYZ62.3543.9899.81-
YUV182.11169.14167.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 140 (55.08% from 255) = 22.15%
BLUE value IS 255 (100% from 255) = 40.35%
R=37.5%
G=22.15%
B=40.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371402550.070.4500290.6110077.45
HexED8CFF72D00123644d
Octal35521437775500443144115
Binary1110110110001100111111111111011010010010001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8CFF; }

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

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

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

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

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

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

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

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