Html Css Color HEX #E715FD Psychedelic Purple

📋 copy color: '#E715FD'

red 231 ◦ green 21 ◦ blue 253

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

Shades of Psychedelic Purple #E715FD

Tints of Psychedelic Purple #E715FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 45.74%
G = 4.16%
B = 50.1%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E715FD (or 0xE715FD) is known color: Psychedelic Purple. HEX triplet: E7, 15 and FD. RGB value is (231,21,253). Sum of RGB (Red+Green+Blue) = 231+21+253=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 21 (8.59% from 255 or 4.16% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #E715FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E715FD is #18EA02. Grayscale: #6D6D6D. Windows color (decimal): -1632771 or 16586215. OLE color: 16586215.

HSL color Cylindrical-coordinate representation of color #E715FD: hue angle of 294.31º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E715FD is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 21 253 -
CMYK 0.09 0.92 0 0.01
HSL 294.31º 0.98% 0.54% -
HSV(B) 294.31º 0.92% 0.99% -
XYZ 50.95 24.62 94.99 -
YUV 110.24 208.57 214.14 -
System Red Green Blue C M Y K H S L
Decimal 231 21 253 0.09 0.92 0 0.01 294.31 0.98 0.54
Hex E7 15 FD 9 5C 0 1 126 62 36
Octal 347 25 375 11 134 0 1 446 142 66
Binary 11100111 10101 11111101 1001 1011100 0 1 100100110 1100010 110110

Color Harmonies of #E715FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E715FD

Black with #E715FD

Text Example


Text Example

White with #E715FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E715FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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