#ED7CFF

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

Shades of Heliotrope #ED7CFF

Tints of Heliotrope #ED7CFF

Color information

#ED7CFF (or 0xED7CFF) is unknown color: approx Heliotrope. HEX triplet: ED, 7C and FF. RGB value is (237,124,255). Sum of RGB (Red+Green+Blue) = 237+124+255=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED7CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CFF is #128300. Grayscale: #ACACAC. Windows color (decimal): -1213185 or 16743661. OLE color: 16743661.

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

Color convert

RGB237124255-
CMYK0.070.5100
HSL291.76º100%74.31%-
HSV(B)291.76º51.37%100%-
XYZ60.1839.6499.09-
YUV172.72174.44173.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 124 (48.83% from 255) = 20.13%
BLUE value IS 255 (100% from 255) = 41.40%
R=38.47%
G=20.13%
B=41.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371242550.070.5100291.7610074.31
HexED7CFF73300124644a
Octal35517437776300444144112
Binary111011011111100111111111111100110010010010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7CFF; }

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

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

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

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

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

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

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

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