#EF84F4

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

Shades of Violet #EF84F4

Tints of Violet #EF84F4

Color information

#EF84F4 (or 0xEF84F4) is unknown color: approx Violet. HEX triplet: EF, 84 and F4. RGB value is (239,132,244). Sum of RGB (Red+Green+Blue) = 239+132+244=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 132 (51.95% from 255 or 21.46% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF84F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84F4 is #107B0B. Grayscale: #B0B0B0. Windows color (decimal): -1080076 or 16024815. OLE color: 16024815.

HSL color Cylindrical-coordinate representation of color #EF84F4: hue angle of 297.32º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF84F4 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239132244-
CMYK0.020.4600.04
HSL297.32º83.58%73.73%-
HSV(B)297.32º45.9%95.69%-
XYZ60.1841.3890.4-
YUV176.76165.95172.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 132 (51.95% from 255) = 21.46%
BLUE value IS 244 (95.70% from 255) = 39.67%
R=38.86%
G=21.46%
B=39.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391322440.020.4600.04297.3283.5873.73
HexEF84F422E04129544a
Octal35720436425604451124112
Binary11101111100001001111010010101110010010010100110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84F4; }

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

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

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

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

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

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

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

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