#EF84FD

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

Shades of Violet #EF84FD

Tints of Violet #EF84FD

Color information

#EF84FD (or 0xEF84FD) is unknown color: approx Violet. HEX triplet: EF, 84 and FD. RGB value is (239,132,253). Sum of RGB (Red+Green+Blue) = 239+132+253=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 132 (51.95% from 255 or 21.15% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF84FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84FD is #107B02. Grayscale: #B1B1B1. Windows color (decimal): -1080067 or 16614639. OLE color: 16614639.

HSL color Cylindrical-coordinate representation of color #EF84FD: hue angle of 293.06º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF84FD is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239132253-
CMYK0.060.4800.01
HSL293.06º96.8%75.49%-
HSV(B)293.06º47.83%99.22%-
XYZ61.5841.9597.78-
YUV177.79170.45171.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 132 (51.95% from 255) = 21.15%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=38.30%
G=21.15%
B=40.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391322530.060.4800.01293.0696.875.49
HexEF84FD63001125614b
Octal35720437566001445141113
Binary1110111110000100111111011101100000110010010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84FD; }

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

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

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

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

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

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

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

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