#ED84FC

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

Shades of Violet #ED84FC

Tints of Violet #ED84FC

Color information

#ED84FC (or 0xED84FC) is unknown color: approx Violet. HEX triplet: ED, 84 and FC. RGB value is (237,132,252). Sum of RGB (Red+Green+Blue) = 237+132+252=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 132 (51.95% from 255 or 21.26% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED84FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84FC is #127B03. Grayscale: #B0B0B0. Windows color (decimal): -1211140 or 16549101. OLE color: 16549101.

HSL color Cylindrical-coordinate representation of color #ED84FC: hue angle of 292.5º degrees, saturation: 0.95, 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 #ED84FC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237132252-
CMYK0.060.4800.01
HSL292.5º95.24%75.29%-
HSV(B)292.5º47.62%98.82%-
XYZ60.7541.5496.91-
YUV177.08170.29170.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 132 (51.95% from 255) = 21.26%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=38.16%
G=21.26%
B=40.58%

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
Decimal2371322520.060.4800.01292.595.2475.29
HexED84FC630011245f4b
Octal35520437466001444137113
Binary1110110110000100111111001101100000110010010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED84FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED84FC; }

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

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

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

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

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

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

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

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