#ED8CFC

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

Shades of Violet #ED8CFC

Tints of Violet #ED8CFC

Color information

#ED8CFC (or 0xED8CFC) is unknown color: approx Violet. HEX triplet: ED, 8C and FC. RGB value is (237,140,252). Sum of RGB (Red+Green+Blue) = 237+140+252=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 140 (55.08% from 255 or 22.26% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED8CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CFC is #127303. Grayscale: #B5B5B5. Windows color (decimal): -1209092 or 16551149. OLE color: 16551149.

HSL color Cylindrical-coordinate representation of color #ED8CFC: hue angle of 291.96º degrees, saturation: 0.95, 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 #ED8CFC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237140252-
CMYK0.060.4400.01
HSL291.96º94.92%76.86%-
HSV(B)291.96º44.44%98.82%-
XYZ61.8743.7997.29-
YUV181.77167.64167.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 140 (55.08% from 255) = 22.26%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=37.68%
G=22.26%
B=40.06%

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
Decimal2371402520.060.4400.01291.9694.9276.86
HexED8CFC62C011245f4d
Octal35521437465401444137115
Binary1110110110001100111111001101011000110010010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8CFC; }

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

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

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

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

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

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

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

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