Html Css Color HEX #E715F9 Psychedelic Purple

📋 copy color: '#E715F9'

red 231 ◦ green 21 ◦ blue 249

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

Shades of Psychedelic Purple #E715F9

Tints of Psychedelic Purple #E715F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.7%

R = 46.11%
G = 4.19%
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

#E715F9 (or 0xE715F9) is known color: Psychedelic Purple. HEX triplet: E7, 15 and F9. RGB value is (231,21,249). Sum of RGB (Red+Green+Blue) = 231+21+249=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 21 (8.59% from 255 or 4.19% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #E715F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E715F9 is #18EA06. Grayscale: #6D6D6D. Windows color (decimal): -1632775 or 16324071. OLE color: 16324071.

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

Color convert

RGB 231 21 249 -
CMYK 0.07 0.92 0 0.02
HSL 295.26º 0.95% 0.53% -
HSV(B) 295.26º 0.92% 0.98% -
XYZ 50.32 24.36 91.67 -
YUV 109.78 206.57 214.46 -
System Red Green Blue C M Y K H S L
Decimal 231 21 249 0.07 0.92 0 0.02 295.26 0.95 0.53
Hex E7 15 F9 7 5C 0 2 127 5F 35
Octal 347 25 371 7 134 0 2 447 137 65
Binary 11100111 10101 11111001 111 1011100 0 10 100100111 1011111 110101

Color Harmonies of #E715F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E715F9

Black with #E715F9

Text Example


Text Example

White with #E715F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E715F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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