Html Css Color HEX #E321EB Psychedelic Purple

📋 copy color: '#E321EB'

red 227 ◦ green 33 ◦ blue 235

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

Shades of Psychedelic Purple #E321EB

Tints of Psychedelic Purple #E321EB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.67%

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

R = 45.86%
G = 6.67%
B = 47.47%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E321EB (or 0xE321EB) is known color: Psychedelic Purple. HEX triplet: E3, 21 and EB. RGB value is (227,33,235). Sum of RGB (Red+Green+Blue) = 227+33+235=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #E321EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E321EB is #1CDE14. Grayscale: #717171. Windows color (decimal): -1891861 or 15409635. OLE color: 15409635.

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

Color convert

RGB 227 33 235 -
CMYK 0.03 0.86 0 0.08
HSL 297.62º 0.83% 0.53% -
HSV(B) 297.62º 0.86% 0.92% -
XYZ 47.22 23.42 80.63 -
YUV 114.03 196.27 208.57 -
System Red Green Blue C M Y K H S L
Decimal 227 33 235 0.03 0.86 0 0.08 297.62 0.83 0.53
Hex E3 21 EB 3 56 0 8 12A 53 35
Octal 343 41 353 3 126 0 10 452 123 65
Binary 11100011 100001 11101011 11 1010110 0 1000 100101010 1010011 110101

Color Harmonies of #E321EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E321EB

Black with #E321EB

Text Example


Text Example

White with #E321EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E321EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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