#E369FD

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

Shades of Heliotrope #E369FD

Tints of Heliotrope #E369FD

Color information

#E369FD (or 0xE369FD) is unknown color: approx Heliotrope. HEX triplet: E3, 69 and FD. RGB value is (227,105,253). Sum of RGB (Red+Green+Blue) = 227+105+253=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 105 (41.41% from 255 or 17.95% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #E369FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E369FD is #1C9602. Grayscale: #9D9D9D. Windows color (decimal): -1873411 or 16607715. OLE color: 16607715.

HSL color Cylindrical-coordinate representation of color #E369FD: hue angle of 289.46º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E369FD is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227105253-
CMYK0.100.5800.01
HSL289.46º97.37%70.2%-
HSV(B)289.46º58.5%99.22%-
XYZ54.4633.5396.53-
YUV158.35181.42176.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.80%
GREEN value IS 105 (41.41% from 255) = 17.95%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=38.80%
G=17.95%
B=43.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2271052530.100.5800.01289.4697.3770.2
HexE369FDA3A011216146
Octal343151375127201441141106
Binary1110001111010011111110110101110100110010000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E369FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E369FD; }

 p { color: rgb(227,105,253); }

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

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

 a { background-color: rgb(227,105,253); }

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

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

 span { border-color: rgb(227,105,253); }

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