#E07AFF

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

Shades of Heliotrope #E07AFF

Tints of Heliotrope #E07AFF

Color information

#E07AFF (or 0xE07AFF) is unknown color: approx Heliotrope. HEX triplet: E0, 7A and FF. RGB value is (224,122,255). Sum of RGB (Red+Green+Blue) = 224+122+255=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 122 (48.05% from 255 or 20.30% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #E07AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07AFF is #1F8500. Grayscale: #A7A7A7. Windows color (decimal): -2065665 or 16743136. OLE color: 16743136.

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

Color convert

RGB224122255-
CMYK0.120.5200
HSL286.02º100%73.92%-
HSV(B)286.02º52.16%100%-
XYZ55.7536.9998.81-
YUV167.66177.29168.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 122 (48.05% from 255) = 20.30%
BLUE value IS 255 (100% from 255) = 42.43%
R=37.27%
G=20.30%
B=42.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241222550.120.5200286.0210073.92
HexE07AFFC340011e644a
Octal340172377146400436144112
Binary1110000011110101111111111001101000010001111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07AFF; }

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

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

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

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

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

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

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

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