#EF81FF

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

Shades of Violet #EF81FF

Tints of Violet #EF81FF

Color information

#EF81FF (or 0xEF81FF) is unknown color: approx Violet. HEX triplet: EF, 81 and FF. RGB value is (239,129,255). Sum of RGB (Red+Green+Blue) = 239+129+255=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 129 (50.78% from 255 or 20.71% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF81FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF81FF is #107E00. Grayscale: #AFAFAF. Windows color (decimal): -1080833 or 16744943. OLE color: 16744943.

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

Color convert

RGB239129255-
CMYK0.060.4900
HSL292.38º100%75.29%-
HSV(B)292.38º49.41%100%-
XYZ61.541.2799.33-
YUV176.25172.44172.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 129 (50.78% from 255) = 20.71%
BLUE value IS 255 (100% from 255) = 40.93%
R=38.36%
G=20.71%
B=40.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391292550.060.4900292.3810075.29
HexEF81FF63100124644b
Octal35720137766100444144113
Binary1110111110000001111111111101100010010010010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF81FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF81FF; }

 p { color: rgb(239,129,255); }

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

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

 a { background-color: rgb(239,129,255); }

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

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

 span { border-color: rgb(239,129,255); }

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