Html Css Color HEX #E715FA Psychedelic Purple

📋 copy color: '#E715FA'

red 231 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #E715FA

Tints of Psychedelic Purple #E715FA

RGB

 RED value IS 231 (90.63% from 255) = 46.02%

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

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

R = 46.02%
G = 4.18%
B = 49.8%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E715FA (or 0xE715FA) is known color: Psychedelic Purple. HEX triplet: E7, 15 and FA. RGB value is (231,21,250). Sum of RGB (Red+Green+Blue) = 231+21+250=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 21 (8.59% from 255 or 4.18% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #E715FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E715FA is #18EA05. Grayscale: #6D6D6D. Windows color (decimal): -1632774 or 16389607. OLE color: 16389607.

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

Color convert

RGB 231 21 250 -
CMYK 0.08 0.92 0 0.02
HSL 295.02º 0.96% 0.53% -
HSV(B) 295.02º 0.92% 0.98% -
XYZ 50.48 24.43 92.5 -
YUV 109.9 207.07 214.38 -
System Red Green Blue C M Y K H S L
Decimal 231 21 250 0.08 0.92 0 0.02 295.02 0.96 0.53
Hex E7 15 FA 8 5C 0 2 127 60 35
Octal 347 25 372 10 134 0 2 447 140 65
Binary 11100111 10101 11111010 1000 1011100 0 10 100100111 1100000 110101

Color Harmonies of #E715FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E715FA

Black with #E715FA

Text Example


Text Example

White with #E715FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E715FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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