Html Css Color HEX #E324EE Psychedelic Purple

📋 copy color: '#E324EE'

red 227 ◦ green 36 ◦ blue 238

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

Shades of Psychedelic Purple #E324EE

Tints of Psychedelic Purple #E324EE

RGB

 RED value IS 227 (89.06% from 255) = 45.31%

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

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

R = 45.31%
G = 7.19%
B = 47.5%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E324EE (or 0xE324EE) is known color: Psychedelic Purple. HEX triplet: E3, 24 and EE. RGB value is (227,36,238). Sum of RGB (Red+Green+Blue) = 227+36+238=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 36 (14.45% from 255 or 7.19% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #E324EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E324EE is #1CDB11. Grayscale: #737373. Windows color (decimal): -1891090 or 15607011. OLE color: 15607011.

HSL color Cylindrical-coordinate representation of color #E324EE: hue angle of 296.73º 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 #E324EE is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 36 238 -
CMYK 0.05 0.85 0 0.07
HSL 296.73º 0.86% 0.54% -
HSV(B) 296.73º 0.85% 0.93% -
XYZ 47.74 23.77 82.96 -
YUV 116.14 196.78 207.07 -
System Red Green Blue C M Y K H S L
Decimal 227 36 238 0.05 0.85 0 0.07 296.73 0.86 0.54
Hex E3 24 EE 5 55 0 7 129 56 36
Octal 343 44 356 5 125 0 7 451 126 66
Binary 11100011 100100 11101110 101 1010101 0 111 100101001 1010110 110110

Color Harmonies of #E324EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E324EE

Black with #E324EE

Text Example


Text Example

White with #E324EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E324EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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