#e669f2

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

Shades of Heliotrope #E669F2

Tints of Heliotrope #E669F2

Color information

#E669F2 (or 0xE669F2) is unknown color: approx Heliotrope. HEX triplet: E6, 69 and F2. RGB value is (230,105,242). Sum of RGB (Red+Green+Blue) = 230+105+242=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 105 (41.41% from 255 or 18.20% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #E669F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E669F2 is #19960D. Grayscale: #9D9D9D. Windows color (decimal): -1676814 or 15886822. OLE color: 15886822.

HSL color Cylindrical-coordinate representation of color #E669F2: hue angle of 294.74º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E669F2 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230105242-
CMYK0.050.5700.05
HSL294.74º84.05%68.04%-
HSV(B)294.74º56.61%94.9%-
XYZ53.7133.3487.61-
YUV157.99175.41179.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.86%
GREEN value IS 105 (41.41% from 255) = 18.20%
BLUE value IS 242 (94.92% from 255) = 41.94%
R=39.86%
G=18.20%
B=41.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301052420.050.5700.05294.7484.0568.04
HexE669F2539051275444
Octal34615136257105447124104
Binary11100110110100111110010101111001010110010011110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e669f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e669f2; }

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

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

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

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

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

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

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

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