#E061F7

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

Shades of Heliotrope #E061F7

Tints of Heliotrope #E061F7

Color information

#E061F7 (or 0xE061F7) is unknown color: approx Heliotrope. HEX triplet: E0, 61 and F7. RGB value is (224,97,247). Sum of RGB (Red+Green+Blue) = 224+97+247=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 97 (38.28% from 255 or 17.08% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #E061F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E061F7 is #1F9E08. Grayscale: #979797. Windows color (decimal): -2072073 or 16212448. OLE color: 16212448.

HSL color Cylindrical-coordinate representation of color #E061F7: hue angle of 290.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E061F7 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22497247-
CMYK0.090.6100.03
HSL290.8º90.36%67.45%-
HSV(B)290.8º60.73%96.86%-
XYZ51.831.1191.27-
YUV152.07181.58179.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.44%
GREEN value IS 97 (38.28% from 255) = 17.08%
BLUE value IS 247 (96.88% from 255) = 43.49%
R=39.44%
G=17.08%
B=43.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal224972470.090.6100.03290.890.3667.45
HexE061F793D031235a43
Octal340141367117503443132103
Binary11100000110000111110111100111110101110010001110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E061F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E061F7; }

 p { color: rgb(224,97,247); }

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

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

 a { background-color: rgb(224,97,247); }

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

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

 span { border-color: rgb(224,97,247); }

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