#EF94FF

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

Shades of Violet #EF94FF

Tints of Violet #EF94FF

Color information

#EF94FF (or 0xEF94FF) is unknown color: approx Violet. HEX triplet: EF, 94 and FF. RGB value is (239,148,255). Sum of RGB (Red+Green+Blue) = 239+148+255=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 148 (58.20% from 255 or 23.05% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF94FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF94FF is #106B00. Grayscale: #BBBBBB. Windows color (decimal): -1075969 or 16749807. OLE color: 16749807.

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

Color convert

RGB239148255-
CMYK0.060.4200
HSL291.03º100%79.02%-
HSV(B)291.03º41.96%100%-
XYZ64.2446.75100.25-
YUV187.41166.15164.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 148 (58.20% from 255) = 23.05%
BLUE value IS 255 (100% from 255) = 39.72%
R=37.23%
G=23.05%
B=39.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391482550.060.4200291.0310079.02
HexEF94FF62A00123644f
Octal35722437765200443144117
Binary1110111110010100111111111101010100010010001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF94FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF94FF; }

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

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

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

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

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

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

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

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