#EF99F1

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

Shades of Violet #EF99F1

Tints of Violet #EF99F1

Color information

#EF99F1 (or 0xEF99F1) is unknown color: approx Violet. HEX triplet: EF, 99 and F1. RGB value is (239,153,241). Sum of RGB (Red+Green+Blue) = 239+153+241=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 153 (60.16% from 255 or 24.17% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF99F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF99F1 is #10660E. Grayscale: #BCBCBC. Windows color (decimal): -1074703 or 15833583. OLE color: 15833583.

HSL color Cylindrical-coordinate representation of color #EF99F1: hue angle of 298.64º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF99F1 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239153241-
CMYK0.010.3700.05
HSL298.64º75.86%77.25%-
HSV(B)298.64º36.51%94.51%-
XYZ62.8747.4889.07-
YUV188.75157.49163.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 153 (60.16% from 255) = 24.17%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=37.76%
G=24.17%
B=38.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391532410.010.3700.05298.6475.8677.25
HexEF99F11250512b4c4d
Octal35723136114505453114115
Binary1110111110011001111100011100101010110010101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99F1; }

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

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

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

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

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

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

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

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