#e072ff

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

Shades of Heliotrope #E072FF

Tints of Heliotrope #E072FF

Color information

#E072FF (or 0xE072FF) is unknown color: approx Heliotrope. HEX triplet: E0, 72 and FF. RGB value is (224,114,255). Sum of RGB (Red+Green+Blue) = 224+114+255=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #E072FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072FF is #1F8D00. Grayscale: #A2A2A2. Windows color (decimal): -2067713 or 16741088. OLE color: 16741088.

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

Color convert

RGB224114255-
CMYK0.120.5500
HSL286.81º100%72.35%-
HSV(B)286.81º55.29%100%-
XYZ54.8135.198.49-
YUV162.96179.94171.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 114 (44.92% from 255) = 19.22%
BLUE value IS 255 (100% from 255) = 43.00%
R=37.77%
G=19.22%
B=43.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241142550.120.5500286.8110072.35
HexE072FFC370011f6448
Octal340162377146700437144110
Binary1110000011100101111111111001101110010001111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e072ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e072ff; }

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

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

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

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

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

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

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

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