Html Css Color HEX #E915FA Psychedelic Purple

📋 copy color: '#E915FA'

red 233 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #E915FA

Tints of Psychedelic Purple #E915FA

RGB

 RED value IS 233 (91.41% from 255) = 46.23%

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

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

R = 46.23%
G = 4.17%
B = 49.6%

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

#E915FA (or 0xE915FA) is known color: Psychedelic Purple. HEX triplet: E9, 15 and FA. RGB value is (233,21,250). Sum of RGB (Red+Green+Blue) = 233+21+250=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #E915FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E915FA is #16EA05. Grayscale: #6D6D6D. Windows color (decimal): -1501702 or 16389609. OLE color: 16389609.

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

Color convert

RGB 233 21 250 -
CMYK 0.07 0.92 0 0.02
HSL 295.55º 0.96% 0.53% -
HSV(B) 295.55º 0.92% 0.98% -
XYZ 51.13 24.76 92.53 -
YUV 110.49 206.74 215.38 -
System Red Green Blue C M Y K H S L
Decimal 233 21 250 0.07 0.92 0 0.02 295.55 0.96 0.53
Hex E9 15 FA 7 5C 0 2 128 60 35
Octal 351 25 372 7 134 0 2 450 140 65
Binary 11101001 10101 11111010 111 1011100 0 10 100101000 1100000 110101

Color Harmonies of #E915FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E915FA

Black with #E915FA

Text Example


Text Example

White with #E915FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E915FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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