#ED97FC

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

Shades of Violet #ED97FC

Tints of Violet #ED97FC

Color information

#ED97FC (or 0xED97FC) is unknown color: approx Violet. HEX triplet: ED, 97 and FC. RGB value is (237,151,252). Sum of RGB (Red+Green+Blue) = 237+151+252=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 151 (59.38% from 255 or 23.59% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED97FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED97FC is #126803. Grayscale: #BBBBBB. Windows color (decimal): -1206276 or 16553965. OLE color: 16553965.

HSL color Cylindrical-coordinate representation of color #ED97FC: hue angle of 291.09º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED97FC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237151252-
CMYK0.060.4000.01
HSL291.09º94.39%79.02%-
HSV(B)291.09º40.08%98.82%-
XYZ63.5647.1797.85-
YUV188.23163.99162.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 151 (59.38% from 255) = 23.59%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=37.03%
G=23.59%
B=39.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371512520.060.4000.01291.0994.3979.02
HexED97FC628011235e4f
Octal35522737465001443136117
Binary1110110110010111111111001101010000110010001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97FC; }

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

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

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

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

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

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

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

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