#E07CFF

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

Shades of Heliotrope #E07CFF

Tints of Heliotrope #E07CFF

Color information

#E07CFF (or 0xE07CFF) is unknown color: approx Heliotrope. HEX triplet: E0, 7C and FF. RGB value is (224,124,255). Sum of RGB (Red+Green+Blue) = 224+124+255=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 124 (48.83% from 255 or 20.56% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #E07CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CFF is #1F8300. Grayscale: #A8A8A8. Windows color (decimal): -2065153 or 16743648. OLE color: 16743648.

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

Color convert

RGB224124255-
CMYK0.120.5100
HSL285.8º100%74.31%-
HSV(B)285.8º51.37%100%-
XYZ5637.4898.89-
YUV168.83176.63167.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 124 (48.83% from 255) = 20.56%
BLUE value IS 255 (100% from 255) = 42.29%
R=37.15%
G=20.56%
B=42.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241242550.120.5100285.810074.31
HexE07CFFC330011e644a
Octal340174377146300436144112
Binary1110000011111001111111111001100110010001111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07CFF; }

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

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

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

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

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

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

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

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