#ED80FF

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

Shades of Heliotrope #ED80FF

Tints of Heliotrope #ED80FF

Color information

#ED80FF (or 0xED80FF) is unknown color: approx Heliotrope. HEX triplet: ED, 80 and FF. RGB value is (237,128,255). Sum of RGB (Red+Green+Blue) = 237+128+255=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 128 (50.39% from 255 or 20.65% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED80FF is #127F00. Grayscale: #AEAEAE. Windows color (decimal): -1212161 or 16744685. OLE color: 16744685.

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

Color convert

RGB237128255-
CMYK0.070.5000
HSL291.5º100%75.1%-
HSV(B)291.5º49.8%100%-
XYZ60.6940.6699.26-
YUV175.07173.11172.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 128 (50.39% from 255) = 20.65%
BLUE value IS 255 (100% from 255) = 41.13%
R=38.23%
G=20.65%
B=41.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371282550.070.5000291.510075.1
HexED80FF73200123644b
Octal35520037776200443144113
Binary1110110110000000111111111111100100010010001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED80FF; }

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

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

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

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

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

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

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

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