#ED97FF

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

Shades of Violet #ED97FF

Tints of Violet #ED97FF

Color information

#ED97FF (or 0xED97FF) is unknown color: approx Violet. HEX triplet: ED, 97 and FF. RGB value is (237,151,255). Sum of RGB (Red+Green+Blue) = 237+151+255=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 151 (59.38% from 255 or 23.48% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED97FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED97FF is #126800. Grayscale: #BCBCBC. Windows color (decimal): -1206273 or 16750573. OLE color: 16750573.

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

Color convert

RGB237151255-
CMYK0.070.4100
HSL289.62º100%79.61%-
HSV(B)289.62º40.78%100%-
XYZ64.0447.36100.37-
YUV188.57165.49162.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 151 (59.38% from 255) = 23.48%
BLUE value IS 255 (100% from 255) = 39.66%
R=36.86%
G=23.48%
B=39.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371512550.070.4100289.6210079.61
HexED97FF729001226450
Octal35522737775100442144120
Binary1110110110010111111111111111010010010010001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97FF; }

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

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

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

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

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

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

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

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