#EF9AFC

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

Shades of Violet #EF9AFC

Tints of Violet #EF9AFC

Color information

#EF9AFC (or 0xEF9AFC) is unknown color: approx Violet. HEX triplet: EF, 9A and FC. RGB value is (239,154,252). Sum of RGB (Red+Green+Blue) = 239+154+252=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 154 (60.55% from 255 or 23.88% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF9AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9AFC is #106503. Grayscale: #BEBEBE. Windows color (decimal): -1074436 or 16554735. OLE color: 16554735.

HSL color Cylindrical-coordinate representation of color #EF9AFC: hue angle of 292.04º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF9AFC is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239154252-
CMYK0.050.3900.01
HSL292.04º94.23%79.61%-
HSV(B)292.04º38.89%98.82%-
XYZ64.7248.4998.04-
YUV190.59162.66162.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 154 (60.55% from 255) = 23.88%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=37.05%
G=23.88%
B=39.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391542520.050.3900.01292.0494.2379.61
HexEF9AFC527011245e50
Octal35723237454701444136120
Binary1110111110011010111111001011001110110010010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AFC; }

 p { color: rgb(239,154,252); }

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

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

 a { background-color: rgb(239,154,252); }

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

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

 span { border-color: rgb(239,154,252); }

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