#EF99F8

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

Shades of Violet #EF99F8

Tints of Violet #EF99F8

Color information

#EF99F8 (or 0xEF99F8) is unknown color: approx Violet. HEX triplet: EF, 99 and F8. RGB value is (239,153,248). Sum of RGB (Red+Green+Blue) = 239+153+248=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 153 (60.16% from 255 or 23.91% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF99F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF99F8 is #106607. Grayscale: #BDBDBD. Windows color (decimal): -1074696 or 16292335. OLE color: 16292335.

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

Color convert

RGB239153248-
CMYK0.040.3800.03
HSL294.32º87.16%78.63%-
HSV(B)294.32º38.31%97.25%-
XYZ63.9347.9194.69-
YUV189.54160.99163.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 153 (60.16% from 255) = 23.91%
BLUE value IS 248 (97.27% from 255) = 38.75%
R=37.34%
G=23.91%
B=38.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391532480.040.3800.03294.3287.1678.63
HexEF99F842603126574f
Octal35723137044603446127117
Binary11101111100110011111100010010011001110010011010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99F8; }

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

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

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

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

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

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

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

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