#E07BFA

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

Shades of Heliotrope #E07BFA

Tints of Heliotrope #E07BFA

Color information

#E07BFA (or 0xE07BFA) is unknown color: approx Heliotrope. HEX triplet: E0, 7B and FA. RGB value is (224,123,250). Sum of RGB (Red+Green+Blue) = 224+123+250=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 123 (48.44% from 255 or 20.60% 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 #E07BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07BFA is #1F8405. Grayscale: #A7A7A7. Windows color (decimal): -2065414 or 16415712. OLE color: 16415712.

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

Color convert

RGB224123250-
CMYK0.100.5100.02
HSL287.72º92.7%73.14%-
HSV(B)287.72º50.8%98.04%-
XYZ55.0836.9294.66-
YUV167.68174.46168.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.52%
GREEN value IS 123 (48.44% from 255) = 20.60%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=37.52%
G=20.60%
B=41.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241232500.100.5100.02287.7292.773.14
HexE07BFAA33021205d49
Octal340173372126302440135111
Binary11100000111101111111010101011001101010010000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07BFA; }

 p { color: rgb(224,123,250); }

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

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

 a { background-color: rgb(224,123,250); }

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

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

 span { border-color: rgb(224,123,250); }

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