#ED8FFC

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

Shades of Violet #ED8FFC

Tints of Violet #ED8FFC

Color information

#ED8FFC (or 0xED8FFC) is unknown color: approx Violet. HEX triplet: ED, 8F and FC. RGB value is (237,143,252). Sum of RGB (Red+Green+Blue) = 237+143+252=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 143 (56.25% from 255 or 22.63% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED8FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8FFC is #127003. Grayscale: #B7B7B7. Windows color (decimal): -1208324 or 16551917. OLE color: 16551917.

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

Color convert

RGB237143252-
CMYK0.060.4300.01
HSL291.74º94.78%77.45%-
HSV(B)291.74º43.25%98.82%-
XYZ62.3244.6897.43-
YUV183.53166.64166.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 143 (56.25% from 255) = 22.63%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=37.5%
G=22.63%
B=39.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371432520.060.4300.01291.7494.7877.45
HexED8FFC62B011245f4d
Octal35521737465301444137115
Binary1110110110001111111111001101010110110010010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FFC; }

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

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

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

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

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

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

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

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