#ED84FF

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

Shades of Violet #ED84FF

Tints of Violet #ED84FF

Color information

#ED84FF (or 0xED84FF) is unknown color: approx Violet. HEX triplet: ED, 84 and FF. RGB value is (237,132,255). Sum of RGB (Red+Green+Blue) = 237+132+255=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 132 (51.95% from 255 or 21.15% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED84FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84FF is #127B00. Grayscale: #B1B1B1. Windows color (decimal): -1211137 or 16745709. OLE color: 16745709.

HSL color Cylindrical-coordinate representation of color #ED84FF: hue angle of 291.22º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED84FF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237132255-
CMYK0.070.4800
HSL291.22º100%75.88%-
HSV(B)291.22º48.24%100%-
XYZ61.2341.7399.43-
YUV177.42171.79170.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 132 (51.95% from 255) = 21.15%
BLUE value IS 255 (100% from 255) = 40.87%
R=37.98%
G=21.15%
B=40.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371322550.070.4800291.2210075.88
HexED84FF73000123644c
Octal35520437776000443144114
Binary1110110110000100111111111111100000010010001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED84FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED84FF; }

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

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

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

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

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

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

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

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