#E40DE9

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

Shades of Psychedelic Purple #E40DE9

Tints of Psychedelic Purple #E40DE9

Color information

#E40DE9 (or 0xE40DE9) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 0D and E9. RGB value is (228,13,233). Sum of RGB (Red+Green+Blue) = 228+13+233=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #E40DE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40DE9 is #1BF216. Grayscale: #656565. Windows color (decimal): -1831447 or 15273444. OLE color: 15273444.

HSL color Cylindrical-coordinate representation of color #E40DE9: hue angle of 298.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40DE9 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22813233-
CMYK0.020.9400.09
HSL298.64º89.43%48.24%-
HSV(B)298.64º94.42%91.37%-
XYZ46.8522.6779-
YUV102.36201.73217.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.10%
GREEN value IS 13 (5.47% from 255) = 2.74%
BLUE value IS 233 (91.41% from 255) = 49.16%
R=48.10%
G=2.74%
B=49.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal228132330.020.9400.09298.6489.4348.24
HexE4DE925E0912b5930
Octal34415351213601145313160
Binary11100100110111101001101011110010011001010111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40DE9; }

 p { color: rgb(228,13,233); }

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

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

 a { background-color: rgb(228,13,233); }

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

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

 span { border-color: rgb(228,13,233); }

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