#EF80F8

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

Shades of Violet #EF80F8

Tints of Violet #EF80F8

Color information

#EF80F8 (or 0xEF80F8) is unknown color: approx Violet. HEX triplet: EF, 80 and F8. RGB value is (239,128,248). Sum of RGB (Red+Green+Blue) = 239+128+248=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 128 (50.39% from 255 or 20.81% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF80F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF80F8 is #107F07. Grayscale: #AEAEAE. Windows color (decimal): -1081096 or 16285935. OLE color: 16285935.

HSL color Cylindrical-coordinate representation of color #EF80F8: hue angle of 295.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF80F8 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239128248-
CMYK0.040.4800.03
HSL295.5º89.55%73.73%-
HSV(B)295.5º48.39%97.25%-
XYZ60.2640.5793.46-
YUV174.87169.27173.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 128 (50.39% from 255) = 20.81%
BLUE value IS 248 (97.27% from 255) = 40.33%
R=38.86%
G=20.81%
B=40.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391282480.040.4800.03295.589.5573.73
HexEF80F8430031285a4a
Octal35720037046003450132112
Binary11101111100000001111100010011000001110010100010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF80F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF80F8; }

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

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

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

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

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

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

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

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