#eb73ff

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

Shades of Heliotrope #EB73FF

Tints of Heliotrope #EB73FF

Color information

#EB73FF (or 0xEB73FF) is unknown color: approx Heliotrope. HEX triplet: EB, 73 and FF. RGB value is (235,115,255). Sum of RGB (Red+Green+Blue) = 235+115+255=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 115 (45.31% from 255 or 19.01% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB73FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB73FF is #148C00. Grayscale: #A6A6A6. Windows color (decimal): -1346561 or 16741355. OLE color: 16741355.

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

Color convert

RGB235115255-
CMYK0.080.5500
HSL291.43º100%72.55%-
HSV(B)291.43º54.9%100%-
XYZ58.4437.1498.7-
YUV166.84177.76176.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 115 (45.31% from 255) = 19.01%
BLUE value IS 255 (100% from 255) = 42.15%
R=38.84%
G=19.01%
B=42.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351152550.080.5500291.4310072.55
HexEB73FF837001236449
Octal353163377106700443144111
Binary1110101111100111111111110001101110010010001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb73ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb73ff; }

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

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

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

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

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

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

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

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