#EF96FD

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

Shades of Violet #EF96FD

Tints of Violet #EF96FD

Color information

#EF96FD (or 0xEF96FD) is unknown color: approx Violet. HEX triplet: EF, 96 and FD. RGB value is (239,150,253). Sum of RGB (Red+Green+Blue) = 239+150+253=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 150 (58.98% from 255 or 23.36% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF96FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96FD is #106902. Grayscale: #BCBCBC. Windows color (decimal): -1075459 or 16619247. OLE color: 16619247.

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

Color convert

RGB239150253-
CMYK0.060.4100.01
HSL291.84º96.26%79.02%-
HSV(B)291.84º40.71%99.22%-
XYZ64.2347.2698.66-
YUV188.35164.49164.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 150 (58.98% from 255) = 23.36%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=37.23%
G=23.36%
B=39.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391502530.060.4100.01291.8496.2679.02
HexEF96FD62901124604f
Octal35722637565101444140117
Binary1110111110010110111111011101010010110010010011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96FD; }

 p { color: rgb(239,150,253); }

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

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

 a { background-color: rgb(239,150,253); }

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

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

 span { border-color: rgb(239,150,253); }

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