#E14FF9

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

Shades of Heliotrope #E14FF9

Tints of Heliotrope #E14FF9

Color information

#E14FF9 (or 0xE14FF9) is unknown color: approx Heliotrope. HEX triplet: E1, 4F and F9. RGB value is (225,79,249). Sum of RGB (Red+Green+Blue) = 225+79+249=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 79 (31.25% from 255 or 14.29% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #E14FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14FF9 is #1EB006. Grayscale: #8D8D8D. Windows color (decimal): -2011143 or 16338913. OLE color: 16338913.

HSL color Cylindrical-coordinate representation of color #E14FF9: hue angle of 291.53º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14FF9 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22579249-
CMYK0.100.6800.02
HSL291.53º93.41%64.31%-
HSV(B)291.53º68.27%97.65%-
XYZ50.9528.4492.43-
YUV142.03188.37187.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 79 (31.25% from 255) = 14.29%
BLUE value IS 249 (97.66% from 255) = 45.03%
R=40.69%
G=14.29%
B=45.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal225792490.100.6800.02291.5393.4164.31
HexE14FF9A44021245d40
Octal3411173711210402444135100
Binary111000011001111111110011010100010001010010010010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14FF9; }

 p { color: rgb(225,79,249); }

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

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

 a { background-color: rgb(225,79,249); }

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

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

 span { border-color: rgb(225,79,249); }

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