#ed84e7

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

Shades of Violet #ED84E7

Tints of Violet #ED84E7

Color information

#ED84E7 (or 0xED84E7) is unknown color: approx Violet. HEX triplet: ED, 84 and E7. RGB value is (237,132,231). Sum of RGB (Red+Green+Blue) = 237+132+231=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 132 (51.95% from 255 or 22% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84E7 is #127B18. Grayscale: #AEAEAE. Windows color (decimal): -1211161 or 15172845. OLE color: 15172845.

HSL color Cylindrical-coordinate representation of color #ED84E7: hue angle of 303.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED84E7 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237132231-
CMYK00.440.030.07
HSL303.43º74.47%72.35%-
HSV(B)303.43º44.3%92.94%-
XYZ57.640.2880.34-
YUV174.68159.79172.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 132 (51.95% from 255) = 22%
BLUE value IS 231 (90.62% from 255) = 38.5%
R=39.5%
G=22%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713223100.440.030.07303.4374.4772.35
HexED84E702C3712f4a48
Octal35520434705437457112110
Binary11101101100001001110011101011001111110010111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed84e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed84e7; }

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

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

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

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

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

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

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

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