Html Css Color HEX #E325FE Psychedelic Purple

📋 copy color: '#E325FE'

red 227 ◦ green 37 ◦ blue 254

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

Shades of Psychedelic Purple #E325FE

Tints of Psychedelic Purple #E325FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 43.82%
G = 7.14%
B = 49.03%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E325FE (or 0xE325FE) is known color: Psychedelic Purple. HEX triplet: E3, 25 and FE. RGB value is (227,37,254). Sum of RGB (Red+Green+Blue) = 227+37+254=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 37 (14.84% from 255 or 7.14% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #E325FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E325FE is #1CDA01. Grayscale: #757575. Windows color (decimal): -1890818 or 16655843. OLE color: 16655843.

HSL color Cylindrical-coordinate representation of color #E325FE: hue angle of 292.53º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E325FE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 227 37 254 -
CMYK 0.11 0.85 0 0.00
HSL 292.53º 0.99% 0.57% -
HSV(B) 292.53º 0.85% 1% -
XYZ 50.23 24.81 95.91 -
YUV 118.55 204.45 205.36 -
System Red Green Blue C M Y K H S L
Decimal 227 37 254 0.11 0.85 0 0.00 292.53 0.99 0.57
Hex E3 25 FE B 55 0 0 125 63 39
Octal 343 45 376 13 125 0 0 445 143 71
Binary 11100011 100101 11111110 1011 1010101 0 0 100100101 1100011 111001

Color Harmonies of #E325FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E325FE

Black with #E325FE

Text Example


Text Example

White with #E325FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E325FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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