#EB76FF

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

Shades of Heliotrope #EB76FF

Tints of Heliotrope #EB76FF

Color information

#EB76FF (or 0xEB76FF) is unknown color: approx Heliotrope. HEX triplet: EB, 76 and FF. RGB value is (235,118,255). Sum of RGB (Red+Green+Blue) = 235+118+255=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 118 (46.48% from 255 or 19.41% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB76FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB76FF is #148900. Grayscale: #A8A8A8. Windows color (decimal): -1345793 or 16742123. OLE color: 16742123.

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

Color convert

RGB235118255-
CMYK0.080.5400
HSL291.24º100%73.14%-
HSV(B)291.24º53.73%100%-
XYZ58.7937.8498.81-
YUV168.6176.76175.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 118 (46.48% from 255) = 19.41%
BLUE value IS 255 (100% from 255) = 41.94%
R=38.65%
G=19.41%
B=41.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351182550.080.5400291.2410073.14
HexEB76FF836001236449
Octal353166377106600443144111
Binary1110101111101101111111110001101100010010001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76FF; }

 p { color: rgb(235,118,255); }

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

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

 a { background-color: rgb(235,118,255); }

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

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

 span { border-color: rgb(235,118,255); }

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