#E07BF2

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

Shades of Heliotrope #E07BF2

Tints of Heliotrope #E07BF2

Color information

#E07BF2 (or 0xE07BF2) is unknown color: approx Heliotrope. HEX triplet: E0, 7B and F2. RGB value is (224,123,242). Sum of RGB (Red+Green+Blue) = 224+123+242=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #E07BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07BF2 is #1F840D. Grayscale: #A6A6A6. Windows color (decimal): -2065422 or 15891424. OLE color: 15891424.

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

Color convert

RGB224123242-
CMYK0.070.4900.05
HSL290.92º82.07%71.57%-
HSV(B)290.92º49.17%94.9%-
XYZ53.8536.4288.2-
YUV166.76170.46168.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 123 (48.44% from 255) = 20.88%
BLUE value IS 242 (94.92% from 255) = 41.09%
R=38.03%
G=20.88%
B=41.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241232420.070.4900.05290.9282.0771.57
HexE07BF2731051235248
Octal34017336276105443122110
Binary11100000111101111110010111110001010110010001110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07BF2; }

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

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

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

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

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

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

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

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