#E42DEF

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

Shades of Psychedelic Purple #E42DEF

Tints of Psychedelic Purple #E42DEF

Color information

#E42DEF (or 0xE42DEF) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 2D and EF. RGB value is (228,45,239). Sum of RGB (Red+Green+Blue) = 228+45+239=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 45 (17.97% from 255 or 8.79% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #E42DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42DEF is #1BD210. Grayscale: #797979. Windows color (decimal): -1823249 or 15674852. OLE color: 15674852.

HSL color Cylindrical-coordinate representation of color #E42DEF: hue angle of 296.6º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42DEF is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22845239-
CMYK0.050.8100.06
HSL296.6º85.84%55.69%-
HSV(B)296.6º81.17%93.73%-
XYZ48.5124.683.85-
YUV121.83194.13203.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.53%
GREEN value IS 45 (17.97% from 255) = 8.79%
BLUE value IS 239 (93.75% from 255) = 46.68%
R=44.53%
G=8.79%
B=46.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal228452390.050.8100.06296.685.8455.69
HexE42DEF551061295638
Octal3445535751210645112670
Binary1110010010110111101111101101000101101001010011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42DEF; }

 p { color: rgb(228,45,239); }

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

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

 a { background-color: rgb(228,45,239); }

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

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

 span { border-color: rgb(228,45,239); }

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