#EB77FE

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

Shades of Heliotrope #EB77FE

Tints of Heliotrope #EB77FE

Color information

#EB77FE (or 0xEB77FE) is unknown color: approx Heliotrope. HEX triplet: EB, 77 and FE. RGB value is (235,119,254). Sum of RGB (Red+Green+Blue) = 235+119+254=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 119 (46.88% from 255 or 19.57% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB77FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB77FE is #148801. Grayscale: #A8A8A8. Windows color (decimal): -1345538 or 16676843. OLE color: 16676843.

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

Color convert

RGB235119254-
CMYK0.070.5300.00
HSL291.56º98.54%73.14%-
HSV(B)291.56º53.15%99.61%-
XYZ58.7538.0198.01-
YUV169.07175.93175.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 119 (46.88% from 255) = 19.57%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=38.65%
G=19.57%
B=41.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351192540.070.5300.00291.5698.5473.14
HexEB77FE735001246349
Octal35316737676500444143111
Binary111010111110111111111101111101010010010010011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB77FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB77FE; }

 p { color: rgb(235,119,254); }

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

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

 a { background-color: rgb(235,119,254); }

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

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

 span { border-color: rgb(235,119,254); }

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