#ed77ff

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

Shades of Heliotrope #ED77FF

Tints of Heliotrope #ED77FF

Color information

#ED77FF (or 0xED77FF) is unknown color: approx Heliotrope. HEX triplet: ED, 77 and FF. RGB value is (237,119,255). Sum of RGB (Red+Green+Blue) = 237+119+255=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 119 (46.88% from 255 or 19.48% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED77FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED77FF is #128800. Grayscale: #A9A9A9. Windows color (decimal): -1214465 or 16742381. OLE color: 16742381.

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

Color convert

RGB237119255-
CMYK0.070.5300
HSL292.06º100%73.33%-
HSV(B)292.06º53.33%100%-
XYZ59.5738.4298.88-
YUV169.79176.09175.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 119 (46.88% from 255) = 19.48%
BLUE value IS 255 (100% from 255) = 41.73%
R=38.79%
G=19.48%
B=41.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371192550.070.5300292.0610073.33
HexED77FF735001246449
Octal35516737776500444144111
Binary111011011110111111111111111101010010010010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed77ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed77ff; }

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

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

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

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

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

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

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

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