Html Css Color HEX #E324ED Psychedelic Purple

📋 copy color: '#E324ED'

red 227 ◦ green 36 ◦ blue 237

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

Shades of Psychedelic Purple #E324ED

Tints of Psychedelic Purple #E324ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 45.4%
G = 7.2%
B = 47.4%

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

#E324ED (or 0xE324ED) is known color: Psychedelic Purple. HEX triplet: E3, 24 and ED. RGB value is (227,36,237). Sum of RGB (Red+Green+Blue) = 227+36+237=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 36 (14.45% from 255 or 7.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #E324ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E324ED is #1CDB12. Grayscale: #737373. Windows color (decimal): -1891091 or 15541475. OLE color: 15541475.

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

Color convert

RGB 227 36 237 -
CMYK 0.04 0.85 0 0.07
HSL 297.01º 0.85% 0.54% -
HSV(B) 297.01º 0.85% 0.93% -
XYZ 47.6 23.71 82.19 -
YUV 116.02 196.28 207.16 -
System Red Green Blue C M Y K H S L
Decimal 227 36 237 0.04 0.85 0 0.07 297.01 0.85 0.54
Hex E3 24 ED 4 55 0 7 129 55 36
Octal 343 44 355 4 125 0 7 451 125 66
Binary 11100011 100100 11101101 100 1010101 0 111 100101001 1010101 110110

Color Harmonies of #E324ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E324ED

Black with #E324ED

Text Example


Text Example

White with #E324ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E324ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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