#ED84FB

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

Shades of Violet #ED84FB

Tints of Violet #ED84FB

Color information

#ED84FB (or 0xED84FB) is unknown color: approx Violet. HEX triplet: ED, 84 and FB. RGB value is (237,132,251). Sum of RGB (Red+Green+Blue) = 237+132+251=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 132 (51.95% from 255 or 21.29% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED84FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84FB is #127B04. Grayscale: #B0B0B0. Windows color (decimal): -1211141 or 16483565. OLE color: 16483565.

HSL color Cylindrical-coordinate representation of color #ED84FB: hue angle of 292.94º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED84FB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237132251-
CMYK0.060.4700.02
HSL292.94º93.7%75.1%-
HSV(B)292.94º47.41%98.43%-
XYZ60.5941.4796.08-
YUV176.96169.79170.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 132 (51.95% from 255) = 21.29%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=38.23%
G=21.29%
B=40.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371322510.060.4700.02292.9493.775.1
HexED84FB62F021255e4b
Octal35520437365702445136113
Binary11101101100001001111101111010111101010010010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED84FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED84FB; }

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

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

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

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

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

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

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

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