#E21DE8

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

Shades of Psychedelic Purple #E21DE8

Tints of Psychedelic Purple #E21DE8

Color information

#E21DE8 (or 0xE21DE8) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 1D and E8. RGB value is (226,29,232). Sum of RGB (Red+Green+Blue) = 226+29+232=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 29 (11.72% from 255 or 5.95% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #E21DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21DE8 is #1DE217. Grayscale: #6E6E6E. Windows color (decimal): -1958424 or 15212002. OLE color: 15212002.

HSL color Cylindrical-coordinate representation of color #E21DE8: hue angle of 298.23º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21DE8 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22629232-
CMYK0.030.8800.09
HSL298.23º81.53%51.18%-
HSV(B)298.23º87.5%90.98%-
XYZ46.3722.8778.32-
YUV111.04196.27209.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.41%
GREEN value IS 29 (11.72% from 255) = 5.95%
BLUE value IS 232 (91.02% from 255) = 47.64%
R=46.41%
G=5.95%
B=47.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal226292320.030.8800.09298.2381.5351.18
HexE21DE83580912a5233
Octal34235350313001145212263
Binary111000101110111101000111011000010011001010101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21DE8; }

 p { color: rgb(226,29,232); }

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

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

 a { background-color: rgb(226,29,232); }

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

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

 span { border-color: rgb(226,29,232); }

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