#E25DFC

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

Shades of Heliotrope #E25DFC

Tints of Heliotrope #E25DFC

Color information

#E25DFC (or 0xE25DFC) is unknown color: approx Heliotrope. HEX triplet: E2, 5D and FC. RGB value is (226,93,252). Sum of RGB (Red+Green+Blue) = 226+93+252=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 93 (36.72% from 255 or 16.29% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #E25DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25DFC is #1DA203. Grayscale: #969696. Windows color (decimal): -1942020 or 16539106. OLE color: 16539106.

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

Color convert

RGB22693252-
CMYK0.100.6300.01
HSL290.19º96.36%67.65%-
HSV(B)290.19º63.1%98.82%-
XYZ52.8531.0395.3-
YUV150.89185.06181.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 93 (36.72% from 255) = 16.29%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=39.58%
G=16.29%
B=44.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal226932520.100.6300.01290.1996.3667.65
HexE25DFCA3F011226044
Octal342135374127701442140104
Binary1110001010111011111110010101111110110010001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25DFC; }

 p { color: rgb(226,93,252); }

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

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

 a { background-color: rgb(226,93,252); }

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

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

 span { border-color: rgb(226,93,252); }

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