#E21EF7

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

Shades of Psychedelic Purple #E21EF7

Tints of Psychedelic Purple #E21EF7

Color information

#E21EF7 (or 0xE21EF7) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 1E and F7. RGB value is (226,30,247). Sum of RGB (Red+Green+Blue) = 226+30+247=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 30 (12.11% from 255 or 5.96% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #E21EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EF7 is #1DE108. Grayscale: #707070. Windows color (decimal): -1958153 or 16195298. OLE color: 16195298.

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

Color convert

RGB22630247-
CMYK0.090.8800.03
HSL294.19º93.13%54.31%-
HSV(B)294.19º87.85%96.86%-
XYZ48.6223.8190.03-
YUV113.34203.43208.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.93%
GREEN value IS 30 (12.11% from 255) = 5.96%
BLUE value IS 247 (96.88% from 255) = 49.11%
R=44.93%
G=5.96%
B=49.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal226302470.090.8800.03294.1993.1354.31
HexE21EF7958031265d36
Octal34236367111300344613566
Binary111000101111011110111100110110000111001001101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21EF7; }

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

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

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

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

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

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

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

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