#EF9BFA

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

Shades of Violet #EF9BFA

Tints of Violet #EF9BFA

Color information

#EF9BFA (or 0xEF9BFA) is unknown color: approx Violet. HEX triplet: EF, 9B and FA. RGB value is (239,155,250). Sum of RGB (Red+Green+Blue) = 239+155+250=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 155 (60.94% from 255 or 24.07% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF9BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9BFA is #106405. Grayscale: #BEBEBE. Windows color (decimal): -1074182 or 16423919. OLE color: 16423919.

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

Color convert

RGB239155250-
CMYK0.040.3800.02
HSL293.05º90.48%79.41%-
HSV(B)293.05º38%98.04%-
XYZ64.5748.796.44-
YUV190.95161.33162.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 155 (60.94% from 255) = 24.07%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=37.11%
G=24.07%
B=38.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391552500.040.3800.02293.0590.4879.41
HexEF9BFA426021255a4f
Octal35723337244602445132117
Binary11101111100110111111101010010011001010010010110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BFA; }

 p { color: rgb(239,155,250); }

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

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

 a { background-color: rgb(239,155,250); }

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

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

 span { border-color: rgb(239,155,250); }

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