#E662F2

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

Shades of Heliotrope #E662F2

Tints of Heliotrope #E662F2

Color information

#E662F2 (or 0xE662F2) is unknown color: approx Heliotrope. HEX triplet: E6, 62 and F2. RGB value is (230,98,242). Sum of RGB (Red+Green+Blue) = 230+98+242=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 98 (38.67% from 255 or 17.19% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #E662F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E662F2 is #199D0D. Grayscale: #999999. Windows color (decimal): -1678606 or 15885030. OLE color: 15885030.

HSL color Cylindrical-coordinate representation of color #E662F2: hue angle of 295º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E662F2 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23098242-
CMYK0.050.6000.05
HSL295º84.71%66.67%-
HSV(B)295º59.5%94.9%-
XYZ53.0331.9787.38-
YUV153.88177.73182.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.35%
GREEN value IS 98 (38.67% from 255) = 17.19%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=40.35%
G=17.19%
B=42.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal230982420.050.6000.0529584.7166.67
HexE662F253C051275543
Octal34614236257405447125103
Binary11100110110001011110010101111100010110010011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E662F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E662F2; }

 p { color: rgb(230,98,242); }

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

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

 a { background-color: rgb(230,98,242); }

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

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

 span { border-color: rgb(230,98,242); }

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