#EF97FF

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

Shades of Violet #EF97FF

Tints of Violet #EF97FF

Color information

#EF97FF (or 0xEF97FF) is unknown color: approx Violet. HEX triplet: EF, 97 and FF. RGB value is (239,151,255). Sum of RGB (Red+Green+Blue) = 239+151+255=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 151 (59.38% from 255 or 23.41% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF97FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF97FF is #106800. Grayscale: #BCBCBC. Windows color (decimal): -1075201 or 16750575. OLE color: 16750575.

HSL color Cylindrical-coordinate representation of color #EF97FF: hue angle of 290.77º 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 #EF97FF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB239151255-
CMYK0.060.4100
HSL290.77º100%79.61%-
HSV(B)290.77º40.78%100%-
XYZ64.7147.7100.4-
YUV189.17165.15163.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 151 (59.38% from 255) = 23.41%
BLUE value IS 255 (100% from 255) = 39.53%
R=37.05%
G=23.41%
B=39.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391512550.060.4100290.7710079.61
HexEF97FF629001236450
Octal35722737765100443144120
Binary1110111110010111111111111101010010010010001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF97FF; }

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

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

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

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

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

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

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

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