Html Css Color HEX #E428FA Psychedelic Purple

📋 copy color: '#E428FA'

red 228 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #E428FA

Tints of Psychedelic Purple #E428FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.72%

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

R = 44.02%
G = 7.72%
B = 48.26%

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

#E428FA (or 0xE428FA) is known color: Psychedelic Purple. HEX triplet: E4, 28 and FA. RGB value is (228,40,250). Sum of RGB (Red+Green+Blue) = 228+40+250=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 40 (16.02% from 255 or 7.72% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #E428FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E428FA is #1BD705. Grayscale: #777777. Windows color (decimal): -1824518 or 16394468. OLE color: 16394468.

HSL color Cylindrical-coordinate representation of color #E428FA: hue angle of 293.71º 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 #E428FA is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 40 250 -
CMYK 0.09 0.84 0 0.02
HSL 293.71º 0.95% 0.57% -
HSV(B) 293.71º 0.84% 0.98% -
XYZ 50.01 24.91 92.62 -
YUV 120.15 201.28 204.92 -
System Red Green Blue C M Y K H S L
Decimal 228 40 250 0.09 0.84 0 0.02 293.71 0.95 0.57
Hex E4 28 FA 9 54 0 2 126 5F 39
Octal 344 50 372 11 124 0 2 446 137 71
Binary 11100100 101000 11111010 1001 1010100 0 10 100100110 1011111 111001

Color Harmonies of #E428FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E428FA

Black with #E428FA

Text Example


Text Example

White with #E428FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E428FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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