Html Css Color HEX #E415FA Psychedelic Purple

📋 copy color: '#E415FA'

red 228 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #E415FA

Tints of Psychedelic Purple #E415FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.21%

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

R = 45.69%
G = 4.21%
B = 50.1%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E415FA (or 0xE415FA) is known color: Psychedelic Purple. HEX triplet: E4, 15 and FA. RGB value is (228,21,250). Sum of RGB (Red+Green+Blue) = 228+21+250=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 21 (8.59% from 255 or 4.21% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #E415FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E415FA is #1BEA05. Grayscale: #6C6C6C. Windows color (decimal): -1829382 or 16389604. OLE color: 16389604.

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

Color convert

RGB 228 21 250 -
CMYK 0.09 0.92 0 0.02
HSL 294.24º 0.96% 0.53% -
HSV(B) 294.24º 0.92% 0.98% -
XYZ 49.52 23.93 92.45 -
YUV 109 207.58 212.88 -
System Red Green Blue C M Y K H S L
Decimal 228 21 250 0.09 0.92 0 0.02 294.24 0.96 0.53
Hex E4 15 FA 9 5C 0 2 126 60 35
Octal 344 25 372 11 134 0 2 446 140 65
Binary 11100100 10101 11111010 1001 1011100 0 10 100100110 1100000 110101

Color Harmonies of #E415FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E415FA

Black with #E415FA

Text Example


Text Example

White with #E415FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E415FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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