#E25CFD

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

Shades of Heliotrope #E25CFD

Tints of Heliotrope #E25CFD

Color information

#E25CFD (or 0xE25CFD) is unknown color: approx Heliotrope. HEX triplet: E2, 5C and FD. RGB value is (226,92,253). Sum of RGB (Red+Green+Blue) = 226+92+253=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 92 (36.33% from 255 or 16.11% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #E25CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25CFD is #1DA302. Grayscale: #959595. Windows color (decimal): -1942275 or 16604386. OLE color: 16604386.

HSL color Cylindrical-coordinate representation of color #E25CFD: hue angle of 289.94º 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 #E25CFD is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22692253-
CMYK0.110.6400.01
HSL289.94º97.58%67.65%-
HSV(B)289.94º63.64%99.22%-
XYZ52.9230.9196.11-
YUV150.42185.89181.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 92 (36.33% from 255) = 16.11%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=39.58%
G=16.11%
B=44.31%

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
Decimal226922530.110.6400.01289.9497.5867.65
HexE25CFDB40011226244
Octal3421343751310001442142104
Binary11100010101110011111101101110000000110010001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25CFD; }

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

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

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

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

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

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

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

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