#EB70FA

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

Shades of Heliotrope #EB70FA

Tints of Heliotrope #EB70FA

Color information

#EB70FA (or 0xEB70FA) is unknown color: approx Heliotrope. HEX triplet: EB, 70 and FA. RGB value is (235,112,250). Sum of RGB (Red+Green+Blue) = 235+112+250=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 112 (44.14% from 255 or 18.76% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB70FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB70FA is #148F05. Grayscale: #A4A4A4. Windows color (decimal): -1347334 or 16412907. OLE color: 16412907.

HSL color Cylindrical-coordinate representation of color #EB70FA: hue angle of 293.48º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB70FA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235112250-
CMYK0.060.5500.02
HSL293.48º93.24%70.98%-
HSV(B)293.48º55.2%98.04%-
XYZ57.3136.1594.4-
YUV164.51176.25178.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 112 (44.14% from 255) = 18.76%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=39.36%
G=18.76%
B=41.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351122500.060.5500.02293.4893.2470.98
HexEB70FA637021255d47
Octal35316037266702445135107
Binary1110101111100001111101011011011101010010010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB70FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB70FA; }

 p { color: rgb(235,112,250); }

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

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

 a { background-color: rgb(235,112,250); }

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

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

 span { border-color: rgb(235,112,250); }

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