#ED84FD

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

Shades of Violet #ED84FD

Tints of Violet #ED84FD

Color information

#ED84FD (or 0xED84FD) is unknown color: approx Violet. HEX triplet: ED, 84 and FD. RGB value is (237,132,253). Sum of RGB (Red+Green+Blue) = 237+132+253=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 132 (51.95% from 255 or 21.22% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED84FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84FD is #127B02. Grayscale: #B0B0B0. Windows color (decimal): -1211139 or 16614637. OLE color: 16614637.

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

Color convert

RGB237132253-
CMYK0.060.4800.01
HSL292.07º96.8%75.49%-
HSV(B)292.07º47.83%99.22%-
XYZ60.9141.697.75-
YUV177.19170.79170.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 132 (51.95% from 255) = 21.22%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=38.10%
G=21.22%
B=40.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371322530.060.4800.01292.0796.875.49
HexED84FD63001124614b
Octal35520437566001444141113
Binary1110110110000100111111011101100000110010010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED84FD; }

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

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

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

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

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

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

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

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