#ED76FA

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

Shades of Heliotrope #ED76FA

Tints of Heliotrope #ED76FA

Color information

#ED76FA (or 0xED76FA) is unknown color: approx Heliotrope. HEX triplet: ED, 76 and FA. RGB value is (237,118,250). Sum of RGB (Red+Green+Blue) = 237+118+250=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 118 (46.48% from 255 or 19.50% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED76FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76FA is #128905. Grayscale: #A8A8A8. Windows color (decimal): -1214726 or 16414445. OLE color: 16414445.

HSL color Cylindrical-coordinate representation of color #ED76FA: hue angle of 294.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED76FA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237118250-
CMYK0.050.5300.02
HSL294.09º92.96%72.16%-
HSV(B)294.09º52.8%98.04%-
XYZ58.6637.8694.66-
YUV168.63173.92176.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 118 (46.48% from 255) = 19.50%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=39.17%
G=19.50%
B=41.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371182500.050.5300.02294.0992.9672.16
HexED76FA535021265d48
Octal35516637256502446135110
Binary1110110111101101111101010111010101010010011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED76FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED76FA; }

 p { color: rgb(237,118,250); }

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

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

 a { background-color: rgb(237,118,250); }

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

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

 span { border-color: rgb(237,118,250); }

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