Html Css Color HEX #E225FE Psychedelic Purple

📋 copy color: '#E225FE'

red 226 ◦ green 37 ◦ blue 254

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

Shades of Psychedelic Purple #E225FE

Tints of Psychedelic Purple #E225FE

RGB

 RED value IS 226 (88.67% from 255) = 43.71%

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

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

R = 43.71%
G = 7.16%
B = 49.13%

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

#E225FE (or 0xE225FE) is known color: Psychedelic Purple. HEX triplet: E2, 25 and FE. RGB value is (226,37,254). Sum of RGB (Red+Green+Blue) = 226+37+254=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 37 (14.84% from 255 or 7.16% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #E225FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E225FE is #1DDA01. Grayscale: #757575. Windows color (decimal): -1956354 or 16655842. OLE color: 16655842.

HSL color Cylindrical-coordinate representation of color #E225FE: hue angle of 292.26º 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 #E225FE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 37 254 -
CMYK 0.11 0.85 0 0.00
HSL 292.26º 0.99% 0.57% -
HSV(B) 292.26º 0.85% 1% -
XYZ 49.91 24.65 95.89 -
YUV 118.25 204.62 204.86 -
System Red Green Blue C M Y K H S L
Decimal 226 37 254 0.11 0.85 0 0.00 292.26 0.99 0.57
Hex E2 25 FE B 55 0 0 124 63 39
Octal 342 45 376 13 125 0 0 444 143 71
Binary 11100010 100101 11111110 1011 1010101 0 0 100100100 1100011 111001

Color Harmonies of #E225FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E225FE

Black with #E225FE

Text Example


Text Example

White with #E225FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E225FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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