Html Css Color HEX #E715FF Psychedelic Purple

📋 copy color: '#E715FF'

red 231 ◦ green 21 ◦ blue 255

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

Shades of Psychedelic Purple #E715FF

Tints of Psychedelic Purple #E715FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 45.56%
G = 4.14%
B = 50.3%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E715FF (or 0xE715FF) is known color: Psychedelic Purple. HEX triplet: E7, 15 and FF. RGB value is (231,21,255). Sum of RGB (Red+Green+Blue) = 231+21+255=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 21 (8.59% from 255 or 4.14% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #E715FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E715FF is #18EA00. Grayscale: #6D6D6D. Windows color (decimal): -1632769 or 16717287. OLE color: 16717287.

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

Color convert

RGB 231 21 255 -
CMYK 0.09 0.92 0 0
HSL 293.85º 1% 0.54% -
HSV(B) 293.85º 0.92% 1% -
XYZ 51.27 24.75 96.68 -
YUV 110.47 209.57 213.97 -
System Red Green Blue C M Y K H S L
Decimal 231 21 255 0.09 0.92 0 0 293.85 1 0.54
Hex E7 15 FF 9 5C 0 0 126 64 36
Octal 347 25 377 11 134 0 0 446 144 66
Binary 11100111 10101 11111111 1001 1011100 0 0 100100110 1100100 110110

Color Harmonies of #E715FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E715FF

Black with #E715FF

Text Example


Text Example

White with #E715FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E715FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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