#E292FD

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

Shades of Heliotrope #E292FD

Tints of Heliotrope #E292FD

Color information

#E292FD (or 0xE292FD) is unknown color: approx Heliotrope. HEX triplet: E2, 92 and FD. RGB value is (226,146,253). Sum of RGB (Red+Green+Blue) = 226+146+253=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #E292FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E292FD is #1D6D02. Grayscale: #B5B5B5. Windows color (decimal): -1928451 or 16618210. OLE color: 16618210.

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

Color convert

RGB226146253-
CMYK0.110.4200.01
HSL284.86º96.4%78.24%-
HSV(B)284.86º42.29%99.22%-
XYZ59.3743.8298.26-
YUV182.12168159.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.16%
GREEN value IS 146 (57.42% from 255) = 23.36%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=36.16%
G=23.36%
B=40.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261462530.110.4200.01284.8696.478.24
HexE292FDB2A0111d604e
Octal342222375135201435140116
Binary11100010100100101111110110111010100110001110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E292FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E292FD; }

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

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

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

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

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

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

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

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