#EF80FD

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

Shades of Violet #EF80FD

Tints of Violet #EF80FD

Color information

#EF80FD (or 0xEF80FD) is unknown color: approx Violet. HEX triplet: EF, 80 and FD. RGB value is (239,128,253). Sum of RGB (Red+Green+Blue) = 239+128+253=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 128 (50.39% from 255 or 20.65% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF80FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80FD is #107F02. Grayscale: #AFAFAF. Windows color (decimal): -1081091 or 16613615. OLE color: 16613615.

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

Color convert

RGB239128253-
CMYK0.060.4900.01
HSL293.28º96.9%74.71%-
HSV(B)293.28º49.41%99.22%-
XYZ61.0540.8897.6-
YUV175.44171.77173.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 128 (50.39% from 255) = 20.65%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=38.55%
G=20.65%
B=40.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391282530.060.4900.01293.2896.974.71
HexEF80FD63101125614b
Octal35720037566101445141113
Binary1110111110000000111111011101100010110010010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF80FD; }

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

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

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

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

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

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

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

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