#E07DFF

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

Shades of Heliotrope #E07DFF

Tints of Heliotrope #E07DFF

Color information

#E07DFF (or 0xE07DFF) is unknown color: approx Heliotrope. HEX triplet: E0, 7D and FF. RGB value is (224,125,255). Sum of RGB (Red+Green+Blue) = 224+125+255=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 125 (49.22% from 255 or 20.70% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #E07DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DFF is #1F8200. Grayscale: #A9A9A9. Windows color (decimal): -2064897 or 16743904. OLE color: 16743904.

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

Color convert

RGB224125255-
CMYK0.120.5100
HSL285.69º100%74.51%-
HSV(B)285.69º50.98%100%-
XYZ56.1237.7398.93-
YUV169.42176.3166.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 125 (49.22% from 255) = 20.70%
BLUE value IS 255 (100% from 255) = 42.22%
R=37.09%
G=20.70%
B=42.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241252550.120.5100285.6910074.51
HexE07DFFC330011e644b
Octal340175377146300436144113
Binary1110000011111011111111111001100110010001111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DFF; }

 p { color: rgb(224,125,255); }

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

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

 a { background-color: rgb(224,125,255); }

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

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

 span { border-color: rgb(224,125,255); }

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