#EF84FA

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

Shades of Violet #EF84FA

Tints of Violet #EF84FA

Color information

#EF84FA (or 0xEF84FA) is unknown color: approx Violet. HEX triplet: EF, 84 and FA. RGB value is (239,132,250). Sum of RGB (Red+Green+Blue) = 239+132+250=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 132 (51.95% from 255 or 21.26% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF84FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84FA is #107B05. Grayscale: #B1B1B1. Windows color (decimal): -1080070 or 16418031. OLE color: 16418031.

HSL color Cylindrical-coordinate representation of color #EF84FA: hue angle of 294.41º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF84FA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239132250-
CMYK0.040.4700.02
HSL294.41º92.19%74.9%-
HSV(B)294.41º47.2%98.04%-
XYZ61.141.7695.28-
YUV177.44168.95171.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 132 (51.95% from 255) = 21.26%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=38.49%
G=21.26%
B=40.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391322500.040.4700.02294.4192.1974.9
HexEF84FA42F021265c4b
Octal35720437245702446134113
Binary11101111100001001111101010010111101010010011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84FA; }

 p { color: rgb(239,132,250); }

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

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

 a { background-color: rgb(239,132,250); }

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

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

 span { border-color: rgb(239,132,250); }

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