#ED8CFE

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

Shades of Violet #ED8CFE

Tints of Violet #ED8CFE

Color information

#ED8CFE (or 0xED8CFE) is unknown color: approx Violet. HEX triplet: ED, 8C and FE. RGB value is (237,140,254). Sum of RGB (Red+Green+Blue) = 237+140+254=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 140 (55.08% from 255 or 22.19% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED8CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CFE is #127301. Grayscale: #B5B5B5. Windows color (decimal): -1209090 or 16682221. OLE color: 16682221.

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

Color convert

RGB237140254-
CMYK0.070.4500.00
HSL291.05º98.28%77.25%-
HSV(B)291.05º44.88%99.61%-
XYZ62.1943.9298.96-
YUV182168.64167.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 140 (55.08% from 255) = 22.19%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=37.56%
G=22.19%
B=40.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371402540.070.4500.00291.0598.2877.25
HexED8CFE72D00123624d
Octal35521437675500443142115
Binary1110110110001100111111101111011010010010001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8CFE; }

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

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

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

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

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

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

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

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