Html Css Color HEX #E815FA Psychedelic Purple

📋 copy color: '#E815FA'

red 232 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #E815FA

Tints of Psychedelic Purple #E815FA

RGB

 RED value IS 232 (91.02% from 255) = 46.12%

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

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

R = 46.12%
G = 4.17%
B = 49.7%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E815FA (or 0xE815FA) is known color: Psychedelic Purple. HEX triplet: E8, 15 and FA. RGB value is (232,21,250). Sum of RGB (Red+Green+Blue) = 232+21+250=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 21 (8.59% from 255 or 4.17% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #E815FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E815FA is #17EA05. Grayscale: #6D6D6D. Windows color (decimal): -1567238 or 16389608. OLE color: 16389608.

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

Color convert

RGB 232 21 250 -
CMYK 0.07 0.92 0 0.02
HSL 295.28º 0.96% 0.53% -
HSV(B) 295.28º 0.92% 0.98% -
XYZ 50.8 24.59 92.51 -
YUV 110.2 206.9 214.88 -
System Red Green Blue C M Y K H S L
Decimal 232 21 250 0.07 0.92 0 0.02 295.28 0.96 0.53
Hex E8 15 FA 7 5C 0 2 127 60 35
Octal 350 25 372 7 134 0 2 447 140 65
Binary 11101000 10101 11111010 111 1011100 0 10 100100111 1100000 110101

Color Harmonies of #E815FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E815FA

Black with #E815FA

Text Example


Text Example

White with #E815FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E815FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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