#EF96F1

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

Shades of Violet #EF96F1

Tints of Violet #EF96F1

Color information

#EF96F1 (or 0xEF96F1) is unknown color: approx Violet. HEX triplet: EF, 96 and F1. RGB value is (239,150,241). Sum of RGB (Red+Green+Blue) = 239+150+241=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF96F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96F1 is #10690E. Grayscale: #BABABA. Windows color (decimal): -1075471 or 15832815. OLE color: 15832815.

HSL color Cylindrical-coordinate representation of color #EF96F1: hue angle of 298.68º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF96F1 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239150241-
CMYK0.010.3800.05
HSL298.68º76.47%76.67%-
HSV(B)298.68º37.76%94.51%-
XYZ62.3846.5188.91-
YUV186.98158.49165.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 150 (58.98% from 255) = 23.81%
BLUE value IS 241 (94.53% from 255) = 38.25%
R=37.94%
G=23.81%
B=38.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391502410.010.3800.05298.6876.4776.67
HexEF96F11260512b4c4d
Octal35722636114605453114115
Binary1110111110010110111100011100110010110010101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96F1; }

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

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

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

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

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

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

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

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