#EF7FF8

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

Shades of Violet #EF7FF8

Tints of Violet #EF7FF8

Color information

#EF7FF8 (or 0xEF7FF8) is unknown color: approx Violet. HEX triplet: EF, 7F and F8. RGB value is (239,127,248). Sum of RGB (Red+Green+Blue) = 239+127+248=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 127 (50% from 255 or 20.68% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF7FF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7FF8 is #108007. Grayscale: #ADADAD. Windows color (decimal): -1081352 or 16285679. OLE color: 16285679.

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

Color convert

RGB239127248-
CMYK0.040.4900.03
HSL295.54º89.63%73.53%-
HSV(B)295.54º48.79%97.25%-
XYZ60.1340.3193.42-
YUV174.28169.61174.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 127 (50% from 255) = 20.68%
BLUE value IS 248 (97.27% from 255) = 40.39%
R=38.93%
G=20.68%
B=40.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391272480.040.4900.03295.5489.6373.53
HexEF7FF8431031285a4a
Octal35717737046103450132112
Binary1110111111111111111100010011000101110010100010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7FF8; }

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

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

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

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

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

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

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

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