#E07FF2

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

Shades of Heliotrope #E07FF2

Tints of Heliotrope #E07FF2

Color information

#E07FF2 (or 0xE07FF2) is unknown color: approx Heliotrope. HEX triplet: E0, 7F and F2. RGB value is (224,127,242). Sum of RGB (Red+Green+Blue) = 224+127+242=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #E07FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FF2 is #1F800D. Grayscale: #A8A8A8. Windows color (decimal): -2064398 or 15892448. OLE color: 15892448.

HSL color Cylindrical-coordinate representation of color #E07FF2: hue angle of 290.61º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07FF2 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224127242-
CMYK0.070.4800.05
HSL290.61º81.56%72.35%-
HSV(B)290.61º47.52%94.9%-
XYZ54.3637.4488.37-
YUV169.11169.14167.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 127 (50% from 255) = 21.42%
BLUE value IS 242 (94.92% from 255) = 40.81%
R=37.77%
G=21.42%
B=40.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241272420.070.4800.05290.6181.5672.35
HexE07FF2730051235248
Octal34017736276005443122110
Binary11100000111111111110010111110000010110010001110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07FF2; }

 p { color: rgb(224,127,242); }

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

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

 a { background-color: rgb(224,127,242); }

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

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

 span { border-color: rgb(224,127,242); }

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