#EF99FF

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

Shades of Violet #EF99FF

Tints of Violet #EF99FF

Color information

#EF99FF (or 0xEF99FF) is unknown color: approx Violet. HEX triplet: EF, 99 and FF. RGB value is (239,153,255). Sum of RGB (Red+Green+Blue) = 239+153+255=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 153 (60.16% from 255 or 23.65% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF99FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF99FF is #106600. Grayscale: #BEBEBE. Windows color (decimal): -1074689 or 16751087. OLE color: 16751087.

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

Color convert

RGB239153255-
CMYK0.060.400
HSL290.59º100%80%-
HSV(B)290.59º40%100%-
XYZ65.0448.35100.51-
YUV190.34164.49162.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 153 (60.16% from 255) = 23.65%
BLUE value IS 255 (100% from 255) = 39.41%
R=36.94%
G=23.65%
B=39.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391532550.060.400290.5910080
HexEF99FF628001236450
Octal35723137765000443144120
Binary1110111110011001111111111101010000010010001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99FF; }

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

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

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

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

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

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

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

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