#E469EF

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

Shades of Heliotrope #E469EF

Tints of Heliotrope #E469EF

Color information

#E469EF (or 0xE469EF) is unknown color: approx Heliotrope. HEX triplet: E4, 69 and EF. RGB value is (228,105,239). Sum of RGB (Red+Green+Blue) = 228+105+239=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 105 (41.41% from 255 or 18.36% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #E469EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E469EF is #1B9610. Grayscale: #9C9C9C. Windows color (decimal): -1807889 or 15690212. OLE color: 15690212.

HSL color Cylindrical-coordinate representation of color #E469EF: hue angle of 295.07º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E469EF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228105239-
CMYK0.050.5600.06
HSL295.07º80.72%67.45%-
HSV(B)295.07º56.07%93.73%-
XYZ52.6332.8385.22-
YUV157.05174.25178.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.86%
GREEN value IS 105 (41.41% from 255) = 18.36%
BLUE value IS 239 (93.75% from 255) = 41.78%
R=39.86%
G=18.36%
B=41.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281052390.050.5600.06295.0780.7267.45
HexE469EF538061275143
Octal34415135757006447121103
Binary11100100110100111101111101111000011010010011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E469EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E469EF; }

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

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

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

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

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

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

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

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