#EF84ED

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

Shades of Violet #EF84ED

Tints of Violet #EF84ED

Color information

#EF84ED (or 0xEF84ED) is unknown color: approx Violet. HEX triplet: EF, 84 and ED. RGB value is (239,132,237). Sum of RGB (Red+Green+Blue) = 239+132+237=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 132 (51.95% from 255 or 21.71% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF84ED is #107B12. Grayscale: #AFAFAF. Windows color (decimal): -1080083 or 15566063. OLE color: 15566063.

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

Color convert

RGB239132237-
CMYK00.450.010.06
HSL301.12º76.98%72.75%-
HSV(B)301.12º44.77%93.73%-
XYZ59.1340.9784.91-
YUV175.96162.45172.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 132 (51.95% from 255) = 21.71%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=39.31%
G=21.71%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913223700.450.010.06301.1276.9872.75
HexEF84ED02D1612d4d49
Octal35720435505516455115111
Binary1110111110000100111011010101101111010010110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84ED; }

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

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

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

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

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

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

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

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