#EF89FB

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

Shades of Violet #EF89FB

Tints of Violet #EF89FB

Color information

#EF89FB (or 0xEF89FB) is unknown color: approx Violet. HEX triplet: EF, 89 and FB. RGB value is (239,137,251). Sum of RGB (Red+Green+Blue) = 239+137+251=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 137 (53.91% from 255 or 21.85% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF89FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF89FB is #107604. Grayscale: #B4B4B4. Windows color (decimal): -1078789 or 16484847. OLE color: 16484847.

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

Color convert

RGB239137251-
CMYK0.050.4500.02
HSL293.68º93.44%76.08%-
HSV(B)293.68º45.42%98.43%-
XYZ61.9543.2196.34-
YUV180.49167.79169.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 137 (53.91% from 255) = 21.85%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=38.12%
G=21.85%
B=40.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391372510.050.4500.02293.6893.4476.08
HexEF89FB52D021265d4c
Octal35721137355502446135114
Binary11101111100010011111101110110110101010010011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF89FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF89FB; }

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

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

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

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

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

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

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

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