#ED76FB

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

Shades of Heliotrope #ED76FB

Tints of Heliotrope #ED76FB

Color information

#ED76FB (or 0xED76FB) is unknown color: approx Heliotrope. HEX triplet: ED, 76 and FB. RGB value is (237,118,251). Sum of RGB (Red+Green+Blue) = 237+118+251=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 118 (46.48% from 255 or 19.47% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED76FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76FB is #128904. Grayscale: #A8A8A8. Windows color (decimal): -1214725 or 16479981. OLE color: 16479981.

HSL color Cylindrical-coordinate representation of color #ED76FB: hue angle of 293.68º degrees, saturation: 0.94, 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 #ED76FB is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237118251-
CMYK0.060.5300.02
HSL293.68º94.33%72.35%-
HSV(B)293.68º52.99%98.43%-
XYZ58.8237.9395.49-
YUV168.74174.42176.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 118 (46.48% from 255) = 19.47%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=39.11%
G=19.47%
B=41.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371182510.060.5300.02293.6894.3372.35
HexED76FB635021265e48
Octal35516637366502446136110
Binary1110110111101101111101111011010101010010011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED76FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED76FB; }

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

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

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

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

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

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

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

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