Html Css Color HEX #E424EE Psychedelic Purple

📋 copy color: '#E424EE'

red 228 ◦ green 36 ◦ blue 238

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

Shades of Psychedelic Purple #E424EE

Tints of Psychedelic Purple #E424EE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.17%

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

R = 45.42%
G = 7.17%
B = 47.41%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E424EE (or 0xE424EE) is known color: Psychedelic Purple. HEX triplet: E4, 24 and EE. RGB value is (228,36,238). Sum of RGB (Red+Green+Blue) = 228+36+238=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 36 (14.45% from 255 or 7.17% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #E424EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E424EE is #1BDB11. Grayscale: #737373. Windows color (decimal): -1825554 or 15607012. OLE color: 15607012.

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

Color convert

RGB 228 36 238 -
CMYK 0.04 0.85 0 0.07
HSL 297.03º 0.86% 0.54% -
HSV(B) 297.03º 0.85% 0.93% -
XYZ 48.06 23.93 82.97 -
YUV 116.44 196.61 207.57 -
System Red Green Blue C M Y K H S L
Decimal 228 36 238 0.04 0.85 0 0.07 297.03 0.86 0.54
Hex E4 24 EE 4 55 0 7 129 56 36
Octal 344 44 356 4 125 0 7 451 126 66
Binary 11100100 100100 11101110 100 1010101 0 111 100101001 1010110 110110

Color Harmonies of #E424EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424EE

Black with #E424EE

Text Example


Text Example

White with #E424EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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