Html Css Color HEX #E325EE Psychedelic Purple

📋 copy color: '#E325EE'

red 227 ◦ green 37 ◦ blue 238

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

Shades of Psychedelic Purple #E325EE

Tints of Psychedelic Purple #E325EE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.37%

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

R = 45.22%
G = 7.37%
B = 47.41%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E325EE (or 0xE325EE) is known color: Psychedelic Purple. HEX triplet: E3, 25 and EE. RGB value is (227,37,238). Sum of RGB (Red+Green+Blue) = 227+37+238=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 37 (14.84% from 255 or 7.37% 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 #E325EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E325EE is #1CDA11. Grayscale: #747474. Windows color (decimal): -1890834 or 15607267. OLE color: 15607267.

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

Color convert

RGB 227 37 238 -
CMYK 0.05 0.84 0 0.07
HSL 296.72º 0.86% 0.54% -
HSV(B) 296.72º 0.84% 0.93% -
XYZ 47.77 23.83 82.97 -
YUV 116.72 196.45 206.66 -
System Red Green Blue C M Y K H S L
Decimal 227 37 238 0.05 0.84 0 0.07 296.72 0.86 0.54
Hex E3 25 EE 5 54 0 7 129 56 36
Octal 343 45 356 5 124 0 7 451 126 66
Binary 11100011 100101 11101110 101 1010100 0 111 100101001 1010110 110110

Color Harmonies of #E325EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E325EE

Black with #E325EE

Text Example


Text Example

White with #E325EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E325EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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