Html Css Color HEX #E42DEE Psychedelic Purple

📋 copy color: '#E42DEE'

red 228 ◦ green 45 ◦ blue 238

#E42DEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E42DEE

Tints of Psychedelic Purple #E42DEE

RGB

 RED value IS 228 (89.45% from 255) = 44.62%

 GREEN value IS 45 (17.97% from 255) = 8.81%

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 44.62%
G = 8.81%
B = 46.58%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E42DEE (or 0xE42DEE) is known color: Psychedelic Purple. HEX triplet: E4, 2D and EE. RGB value is (228,45,238). Sum of RGB (Red+Green+Blue) = 228+45+238=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 45 (17.97% from 255 or 8.81% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #E42DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42DEE is #1BD211. Grayscale: #797979. Windows color (decimal): -1823250 or 15609316. OLE color: 15609316.

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

Color convert

RGB 228 45 238 -
CMYK 0.04 0.81 0 0.07
HSL 296.89º 0.85% 0.55% -
HSV(B) 296.89º 0.81% 0.93% -
XYZ 48.37 24.54 83.08 -
YUV 121.72 193.63 203.81 -
System Red Green Blue C M Y K H S L
Decimal 228 45 238 0.04 0.81 0 0.07 296.89 0.85 0.55
Hex E4 2D EE 4 51 0 7 129 55 37
Octal 344 55 356 4 121 0 7 451 125 67
Binary 11100100 101101 11101110 100 1010001 0 111 100101001 1010101 110111

Color Harmonies of #E42DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42DEE

Black with #E42DEE

Text Example


Text Example

White with #E42DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42DEE; }

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

 H1.HeaderClassName
 {
   color: #E42DEE;
 }
 .AnyTagClassName
 {
   color: #E42DEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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