#EA21ED

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

Shades of Psychedelic Purple #EA21ED

Tints of Psychedelic Purple #EA21ED

Color information

#EA21ED (or 0xEA21ED) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 21 and ED. RGB value is (234,33,237). Sum of RGB (Red+Green+Blue) = 234+33+237=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA21ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA21ED is #15DE12. Grayscale: #737373. Windows color (decimal): -1433107 or 15540714. OLE color: 15540714.

HSL color Cylindrical-coordinate representation of color #EA21ED: hue angle of 299.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA21ED is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23433237-
CMYK0.010.8600.07
HSL299.12º85%52.94%-
HSV(B)299.12º86.08%92.94%-
XYZ49.7624.6982.26-
YUV116.35196.09211.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.43%
GREEN value IS 33 (13.28% from 255) = 6.55%
BLUE value IS 237 (92.97% from 255) = 47.02%
R=46.43%
G=6.55%
B=47.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234332370.010.8600.07299.128552.94
HexEA21ED1560712b5535
Octal3524135511260745312565
Binary11101010100001111011011101011001111001010111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA21ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA21ED; }

 p { color: rgb(234,33,237); }

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

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

 a { background-color: rgb(234,33,237); }

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

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

 span { border-color: rgb(234,33,237); }

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