#E21EEB

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

Shades of Psychedelic Purple #E21EEB

Tints of Psychedelic Purple #E21EEB

Color information

#E21EEB (or 0xE21EEB) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 1E and EB. RGB value is (226,30,235). Sum of RGB (Red+Green+Blue) = 226+30+235=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #E21EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EEB is #1DE114. Grayscale: #6F6F6F. Windows color (decimal): -1958165 or 15408866. OLE color: 15408866.

HSL color Cylindrical-coordinate representation of color #E21EEB: hue angle of 297.37º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21EEB is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22630235-
CMYK0.040.8700.08
HSL297.37º83.67%51.96%-
HSV(B)297.37º87.23%92.16%-
XYZ46.8223.180.59-
YUV111.97197.43209.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 30 (12.11% from 255) = 6.11%
BLUE value IS 235 (92.19% from 255) = 47.86%
R=46.03%
G=6.11%
B=47.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal226302350.040.8700.08297.3783.6751.96
HexE21EEB457081295434
Octal34236353412701045112464
Binary1110001011110111010111001010111010001001010011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21EEB; }

 p { color: rgb(226,30,235); }

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

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

 a { background-color: rgb(226,30,235); }

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

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

 span { border-color: rgb(226,30,235); }

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