#E15CFD

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

Shades of Heliotrope #E15CFD

Tints of Heliotrope #E15CFD

Color information

#E15CFD (or 0xE15CFD) is unknown color: approx Heliotrope. HEX triplet: E1, 5C and FD. RGB value is (225,92,253). Sum of RGB (Red+Green+Blue) = 225+92+253=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 92 (36.33% from 255 or 16.14% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #E15CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15CFD is #1EA302. Grayscale: #959595. Windows color (decimal): -2007811 or 16604385. OLE color: 16604385.

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

Color convert

RGB22592253-
CMYK0.110.6400.01
HSL289.57º97.58%67.65%-
HSV(B)289.57º63.64%99.22%-
XYZ52.6130.7596.09-
YUV150.12186.06181.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 92 (36.33% from 255) = 16.14%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=39.47%
G=16.14%
B=44.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal225922530.110.6400.01289.5797.5867.65
HexE15CFDB40011226244
Octal3411343751310001442142104
Binary11100001101110011111101101110000000110010001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CFD; }

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

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

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

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

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

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

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

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