Html Css Color HEX #E427FA Psychedelic Purple

📋 copy color: '#E427FA'

red 228 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #E427FA

Tints of Psychedelic Purple #E427FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 44.1%
G = 7.54%
B = 48.36%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E427FA (or 0xE427FA) is known color: Psychedelic Purple. HEX triplet: E4, 27 and FA. RGB value is (228,39,250). Sum of RGB (Red+Green+Blue) = 228+39+250=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 39 (15.62% from 255 or 7.54% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #E427FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E427FA is #1BD805. Grayscale: #767676. Windows color (decimal): -1824774 or 16394212. OLE color: 16394212.

HSL color Cylindrical-coordinate representation of color #E427FA: hue angle of 293.74º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E427FA is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 39 250 -
CMYK 0.09 0.84 0 0.02
HSL 293.74º 0.95% 0.57% -
HSV(B) 293.74º 0.84% 0.98% -
XYZ 49.98 24.85 92.6 -
YUV 119.57 201.62 205.34 -
System Red Green Blue C M Y K H S L
Decimal 228 39 250 0.09 0.84 0 0.02 293.74 0.95 0.57
Hex E4 27 FA 9 54 0 2 126 5F 39
Octal 344 47 372 11 124 0 2 446 137 71
Binary 11100100 100111 11111010 1001 1010100 0 10 100100110 1011111 111001

Color Harmonies of #E427FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E427FA

Black with #E427FA

Text Example


Text Example

White with #E427FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E427FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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