#EF9AFB

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

Shades of Violet #EF9AFB

Tints of Violet #EF9AFB

Color information

#EF9AFB (or 0xEF9AFB) is unknown color: approx Violet. HEX triplet: EF, 9A and FB. RGB value is (239,154,251). Sum of RGB (Red+Green+Blue) = 239+154+251=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 154 (60.55% from 255 or 23.91% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF9AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9AFB is #106504. Grayscale: #BEBEBE. Windows color (decimal): -1074437 or 16489199. OLE color: 16489199.

HSL color Cylindrical-coordinate representation of color #EF9AFB: hue angle of 292.58º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF9AFB is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239154251-
CMYK0.050.3900.02
HSL292.58º92.38%79.41%-
HSV(B)292.58º38.65%98.43%-
XYZ64.5648.4397.21-
YUV190.47162.16162.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 154 (60.55% from 255) = 23.91%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=37.11%
G=23.91%
B=38.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391542510.050.3900.02292.5892.3879.41
HexEF9AFB527021255c4f
Octal35723237354702445134117
Binary11101111100110101111101110110011101010010010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AFB; }

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

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

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

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

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

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

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

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