#E14DFD

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

Shades of Heliotrope #E14DFD

Tints of Heliotrope #E14DFD

Color information

#E14DFD (or 0xE14DFD) is unknown color: approx Heliotrope. HEX triplet: E1, 4D and FD. RGB value is (225,77,253). Sum of RGB (Red+Green+Blue) = 225+77+253=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 77 (30.47% from 255 or 13.87% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #E14DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14DFD is #1EB202. Grayscale: #8C8C8C. Windows color (decimal): -2011651 or 16600545. OLE color: 16600545.

HSL color Cylindrical-coordinate representation of color #E14DFD: hue angle of 290.45º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14DFD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22577253-
CMYK0.110.7000.01
HSL290.45º97.78%64.71%-
HSV(B)290.45º69.57%99.22%-
XYZ51.4328.4195.7-
YUV141.32191.03187.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 77 (30.47% from 255) = 13.87%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=40.54%
G=13.87%
B=45.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal225772530.110.7000.01290.4597.7864.71
HexE14DFDB46011226241
Octal3411153751310601442142101
Binary11100001100110111111101101110001100110010001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14DFD; }

 p { color: rgb(225,77,253); }

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

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

 a { background-color: rgb(225,77,253); }

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

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

 span { border-color: rgb(225,77,253); }

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