#EF88F9

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

Shades of Violet #EF88F9

Tints of Violet #EF88F9

Color information

#EF88F9 (or 0xEF88F9) is unknown color: approx Violet. HEX triplet: EF, 88 and F9. RGB value is (239,136,249). Sum of RGB (Red+Green+Blue) = 239+136+249=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 136 (53.52% from 255 or 21.79% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF88F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF88F9 is #107706. Grayscale: #B3B3B3. Windows color (decimal): -1079047 or 16353519. OLE color: 16353519.

HSL color Cylindrical-coordinate representation of color #EF88F9: hue angle of 294.69º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF88F9 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239136249-
CMYK0.040.4500.02
HSL294.69º90.4%75.49%-
HSV(B)294.69º45.38%97.65%-
XYZ61.542.894.64-
YUV179.68167.12170.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 136 (53.52% from 255) = 21.79%
BLUE value IS 249 (97.66% from 255) = 39.90%
R=38.30%
G=21.79%
B=39.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391362490.040.4500.02294.6990.475.49
HexEF88F942D021275a4b
Octal35721037145502447132113
Binary11101111100010001111100110010110101010010011110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88F9; }

 p { color: rgb(239,136,249); }

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

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

 a { background-color: rgb(239,136,249); }

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

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

 span { border-color: rgb(239,136,249); }

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