Html Css Color HEX #E427FE Psychedelic Purple

📋 copy color: '#E427FE'

red 228 ◦ green 39 ◦ blue 254

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

Shades of Psychedelic Purple #E427FE

Tints of Psychedelic Purple #E427FE

RGB

 RED value IS 228 (89.45% from 255) = 43.76%

 GREEN value IS 39 (15.63% from 255) = 7.49%

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

R = 43.76%
G = 7.49%
B = 48.75%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E427FE (or 0xE427FE) is known color: Psychedelic Purple. HEX triplet: E4, 27 and FE. RGB value is (228,39,254). Sum of RGB (Red+Green+Blue) = 228+39+254=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 39 (15.62% from 255 or 7.49% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #E427FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E427FE is #1BD801. Grayscale: #777777. Windows color (decimal): -1824770 or 16656356. OLE color: 16656356.

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

Color convert

RGB 228 39 254 -
CMYK 0.10 0.85 0 0.00
HSL 292.74º 0.99% 0.57% -
HSV(B) 292.74º 0.85% 1% -
XYZ 50.61 25.1 95.94 -
YUV 120.02 203.62 205.02 -
System Red Green Blue C M Y K H S L
Decimal 228 39 254 0.10 0.85 0 0.00 292.74 0.99 0.57
Hex E4 27 FE A 55 0 0 125 63 39
Octal 344 47 376 12 125 0 0 445 143 71
Binary 11100100 100111 11111110 1010 1010101 0 0 100100101 1100011 111001

Color Harmonies of #E427FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E427FE

Black with #E427FE

Text Example


Text Example

White with #E427FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E427FE; }

 p { color: rgb(228,39,254); }

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

background-color css

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

 a { background-color: rgb(228,39,254); }

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

border-color css

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

 span { border-color: rgb(228,39,254); }

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