#EB71F7

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

Shades of Heliotrope #EB71F7

Tints of Heliotrope #EB71F7

Color information

#EB71F7 (or 0xEB71F7) is unknown color: approx Heliotrope. HEX triplet: EB, 71 and F7. RGB value is (235,113,247). Sum of RGB (Red+Green+Blue) = 235+113+247=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 113 (44.53% from 255 or 18.99% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #EB71F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB71F7 is #148E08. Grayscale: #A4A4A4. Windows color (decimal): -1347081 or 16216555. OLE color: 16216555.

HSL color Cylindrical-coordinate representation of color #EB71F7: hue angle of 294.63º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB71F7 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235113247-
CMYK0.050.5400.03
HSL294.63º89.33%70.59%-
HSV(B)294.63º54.25%96.86%-
XYZ56.9536.1991.98-
YUV164.75174.42178.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 113 (44.53% from 255) = 18.99%
BLUE value IS 247 (96.88% from 255) = 41.51%
R=39.50%
G=18.99%
B=41.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351132470.050.5400.03294.6389.3370.59
HexEB71F7536031275947
Octal35316136756603447131107
Binary1110101111100011111011110111011001110010011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB71F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB71F7; }

 p { color: rgb(235,113,247); }

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

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

 a { background-color: rgb(235,113,247); }

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

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

 span { border-color: rgb(235,113,247); }

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