Html Css Color HEX #E427FC Psychedelic Purple

📋 copy color: '#E427FC'

red 228 ◦ green 39 ◦ blue 252

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

Shades of Psychedelic Purple #E427FC

Tints of Psychedelic Purple #E427FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 43.93%
G = 7.51%
B = 48.55%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E427FC (or 0xE427FC) is known color: Psychedelic Purple. HEX triplet: E4, 27 and FC. RGB value is (228,39,252). Sum of RGB (Red+Green+Blue) = 228+39+252=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 39 (15.62% from 255 or 7.51% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #E427FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E427FC is #1BD803. Grayscale: #777777. Windows color (decimal): -1824772 or 16525284. OLE color: 16525284.

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

Color convert

RGB 228 39 252 -
CMYK 0.10 0.85 0 0.01
HSL 293.24º 0.97% 0.57% -
HSV(B) 293.24º 0.85% 0.99% -
XYZ 50.29 24.97 94.27 -
YUV 119.79 202.62 205.18 -
System Red Green Blue C M Y K H S L
Decimal 228 39 252 0.10 0.85 0 0.01 293.24 0.97 0.57
Hex E4 27 FC A 55 0 1 125 61 39
Octal 344 47 374 12 125 0 1 445 141 71
Binary 11100100 100111 11111100 1010 1010101 0 1 100100101 1100001 111001

Color Harmonies of #E427FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E427FC

Black with #E427FC

Text Example


Text Example

White with #E427FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E427FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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