#E469F1

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

Shades of Heliotrope #E469F1

Tints of Heliotrope #E469F1

Color information

#E469F1 (or 0xE469F1) is unknown color: approx Heliotrope. HEX triplet: E4, 69 and F1. RGB value is (228,105,241). Sum of RGB (Red+Green+Blue) = 228+105+241=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 105 (41.41% from 255 or 18.29% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #E469F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E469F1 is #1B960E. Grayscale: #9C9C9C. Windows color (decimal): -1807887 or 15821284. OLE color: 15821284.

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

Color convert

RGB228105241-
CMYK0.050.5600.05
HSL294.26º82.93%67.84%-
HSV(B)294.26º56.43%94.51%-
XYZ52.9232.9586.79-
YUV157.28175.25178.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.72%
GREEN value IS 105 (41.41% from 255) = 18.29%
BLUE value IS 241 (94.53% from 255) = 41.99%
R=39.72%
G=18.29%
B=41.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281052410.050.5600.05294.2682.9367.84
HexE469F1538051265344
Octal34415136157005446123104
Binary11100100110100111110001101111000010110010011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E469F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E469F1; }

 p { color: rgb(228,105,241); }

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

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

 a { background-color: rgb(228,105,241); }

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

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

 span { border-color: rgb(228,105,241); }

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