#EF89ED

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

Shades of Violet #EF89ED

Tints of Violet #EF89ED

Color information

#EF89ED (or 0xEF89ED) is unknown color: approx Violet. HEX triplet: EF, 89 and ED. RGB value is (239,137,237). Sum of RGB (Red+Green+Blue) = 239+137+237=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 137 (53.91% from 255 or 22.35% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF89ED is #107612. Grayscale: #B2B2B2. Windows color (decimal): -1078803 or 15567343. OLE color: 15567343.

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

Color convert

RGB239137237-
CMYK00.430.010.06
HSL301.18º76.12%73.73%-
HSV(B)301.18º42.68%93.73%-
XYZ59.8342.3685.14-
YUV178.9160.79170.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 137 (53.91% from 255) = 22.35%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=38.99%
G=22.35%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913723700.430.010.06301.1876.1273.73
HexEF89ED02B1612d4c4a
Octal35721135505316455114112
Binary1110111110001001111011010101011111010010110110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF89ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF89ED; }

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

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

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

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

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

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

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

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