Html Css Color HEX #E115FA Psychedelic Purple

📋 copy color: '#E115FA'

red 225 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #E115FA

Tints of Psychedelic Purple #E115FA

RGB

 RED value IS 225 (88.28% from 255) = 45.36%

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

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

R = 45.36%
G = 4.23%
B = 50.4%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E115FA (or 0xE115FA) is known color: Psychedelic Purple. HEX triplet: E1, 15 and FA. RGB value is (225,21,250). Sum of RGB (Red+Green+Blue) = 225+21+250=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 21 (8.59% from 255 or 4.23% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #E115FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E115FA is #1EEA05. Grayscale: #6B6B6B. Windows color (decimal): -2025990 or 16389601. OLE color: 16389601.

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

Color convert

RGB 225 21 250 -
CMYK 0.10 0.92 0 0.02
HSL 293.45º 0.96% 0.53% -
HSV(B) 293.45º 0.92% 0.98% -
XYZ 48.57 23.45 92.41 -
YUV 108.1 208.09 211.38 -
System Red Green Blue C M Y K H S L
Decimal 225 21 250 0.10 0.92 0 0.02 293.45 0.96 0.53
Hex E1 15 FA A 5C 0 2 125 60 35
Octal 341 25 372 12 134 0 2 445 140 65
Binary 11100001 10101 11111010 1010 1011100 0 10 100100101 1100000 110101

Color Harmonies of #E115FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E115FA

Black with #E115FA

Text Example


Text Example

White with #E115FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E115FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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