#ED97FA

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

Shades of Violet #ED97FA

Tints of Violet #ED97FA

Color information

#ED97FA (or 0xED97FA) is unknown color: approx Violet. HEX triplet: ED, 97 and FA. RGB value is (237,151,250). Sum of RGB (Red+Green+Blue) = 237+151+250=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 151 (59.38% from 255 or 23.67% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED97FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED97FA is #126805. Grayscale: #BBBBBB. Windows color (decimal): -1206278 or 16422893. OLE color: 16422893.

HSL color Cylindrical-coordinate representation of color #ED97FA: hue angle of 292.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED97FA is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237151250-
CMYK0.050.4000.02
HSL292.12º90.83%78.63%-
HSV(B)292.12º39.6%98.04%-
XYZ63.2547.0496.19-
YUV188162.99162.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 151 (59.38% from 255) = 23.67%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=37.15%
G=23.67%
B=39.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371512500.050.4000.02292.1290.8378.63
HexED97FA528021245b4f
Octal35522737255002444133117
Binary11101101100101111111101010110100001010010010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97FA; }

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

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

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

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

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

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

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

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