#EF80FB

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

Shades of Violet #EF80FB

Tints of Violet #EF80FB

Color information

#EF80FB (or 0xEF80FB) is unknown color: approx Violet. HEX triplet: EF, 80 and FB. RGB value is (239,128,251). Sum of RGB (Red+Green+Blue) = 239+128+251=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF80FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80FB is #107F04. Grayscale: #AEAEAE. Windows color (decimal): -1081093 or 16482543. OLE color: 16482543.

HSL color Cylindrical-coordinate representation of color #EF80FB: hue angle of 294.15º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF80FB is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239128251-
CMYK0.050.4900.02
HSL294.15º93.89%74.31%-
HSV(B)294.15º49%98.43%-
XYZ60.7340.7595.93-
YUV175.21170.77173.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 128 (50.39% from 255) = 20.71%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=38.67%
G=20.71%
B=40.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391282510.050.4900.02294.1593.8974.31
HexEF80FB531021265e4a
Octal35720037356102446136112
Binary11101111100000001111101110111000101010010011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF80FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF80FB; }

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

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

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

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

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

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

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

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