#EF89FD

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

Shades of Violet #EF89FD

Tints of Violet #EF89FD

Color information

#EF89FD (or 0xEF89FD) is unknown color: approx Violet. HEX triplet: EF, 89 and FD. RGB value is (239,137,253). Sum of RGB (Red+Green+Blue) = 239+137+253=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 137 (53.91% from 255 or 21.78% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF89FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF89FD is #107602. Grayscale: #B4B4B4. Windows color (decimal): -1078787 or 16615919. OLE color: 16615919.

HSL color Cylindrical-coordinate representation of color #EF89FD: hue angle of 292.76º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF89FD is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239137253-
CMYK0.060.4600.01
HSL292.76º96.67%76.47%-
HSV(B)292.76º45.85%99.22%-
XYZ62.2743.3398.01-
YUV180.72168.79169.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 137 (53.91% from 255) = 21.78%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=38.00%
G=21.78%
B=40.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391372530.060.4600.01292.7696.6776.47
HexEF89FD62E01125614c
Octal35721137565601445141114
Binary1110111110001001111111011101011100110010010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF89FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF89FD; }

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

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

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

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

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

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

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

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