#ED6AFF

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

Shades of Heliotrope #ED6AFF

Tints of Heliotrope #ED6AFF

Color information

#ED6AFF (or 0xED6AFF) is unknown color: approx Heliotrope. HEX triplet: ED, 6A and FF. RGB value is (237,106,255). Sum of RGB (Red+Green+Blue) = 237+106+255=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 106 (41.80% from 255 or 17.73% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED6AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6AFF is #129500. Grayscale: #A1A1A1. Windows color (decimal): -1217793 or 16739053. OLE color: 16739053.

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

Color convert

RGB237106255-
CMYK0.070.5800
HSL292.75º100%70.78%-
HSV(B)292.75º58.43%100%-
XYZ58.1335.5398.4-
YUV162.15180.4181.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 106 (41.80% from 255) = 17.73%
BLUE value IS 255 (100% from 255) = 42.64%
R=39.63%
G=17.73%
B=42.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371062550.070.5800292.7510070.78
HexED6AFF73A001256447
Octal35515237777200445144107
Binary111011011101010111111111111110100010010010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6AFF; }

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

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

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

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

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

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

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

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