#EF84F9

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

Shades of Violet #EF84F9

Tints of Violet #EF84F9

Color information

#EF84F9 (or 0xEF84F9) is unknown color: approx Violet. HEX triplet: EF, 84 and F9. RGB value is (239,132,249). Sum of RGB (Red+Green+Blue) = 239+132+249=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 132 (51.95% from 255 or 21.29% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF84F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84F9 is #107B06. Grayscale: #B0B0B0. Windows color (decimal): -1080071 or 16352495. OLE color: 16352495.

HSL color Cylindrical-coordinate representation of color #EF84F9: hue angle of 294.87º degrees, saturation: 0.91, 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 #EF84F9 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239132249-
CMYK0.040.4700.02
HSL294.87º90.7%74.71%-
HSV(B)294.87º46.99%97.65%-
XYZ60.9541.6994.46-
YUV177.33168.45171.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 132 (51.95% from 255) = 21.29%
BLUE value IS 249 (97.66% from 255) = 40.16%
R=38.55%
G=21.29%
B=40.16%

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
Decimal2391322490.040.4700.02294.8790.774.71
HexEF84F942F021275b4b
Octal35720437145702447133113
Binary11101111100001001111100110010111101010010011110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84F9; }

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

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

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

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

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

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

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

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