Html Css Color HEX #E324EB Psychedelic Purple

📋 copy color: '#E324EB'

red 227 ◦ green 36 ◦ blue 235

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

Shades of Psychedelic Purple #E324EB

Tints of Psychedelic Purple #E324EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 45.58%
G = 7.23%
B = 47.19%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E324EB (or 0xE324EB) is known color: Psychedelic Purple. HEX triplet: E3, 24 and EB. RGB value is (227,36,235). Sum of RGB (Red+Green+Blue) = 227+36+235=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 36 (14.45% from 255 or 7.23% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #E324EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E324EB is #1CDB14. Grayscale: #737373. Windows color (decimal): -1891093 or 15410403. OLE color: 15410403.

HSL color Cylindrical-coordinate representation of color #E324EB: hue angle of 297.59º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E324EB is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 36 235 -
CMYK 0.03 0.85 0 0.08
HSL 297.59º 0.83% 0.53% -
HSV(B) 297.59º 0.85% 0.92% -
XYZ 47.3 23.59 80.66 -
YUV 115.8 195.28 207.32 -
System Red Green Blue C M Y K H S L
Decimal 227 36 235 0.03 0.85 0 0.08 297.59 0.83 0.53
Hex E3 24 EB 3 55 0 8 12A 53 35
Octal 343 44 353 3 125 0 10 452 123 65
Binary 11100011 100100 11101011 11 1010101 0 1000 100101010 1010011 110101

Color Harmonies of #E324EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E324EB

Black with #E324EB

Text Example


Text Example

White with #E324EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E324EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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