Html Css Color HEX #E615FE Psychedelic Purple

📋 copy color: '#E615FE'

red 230 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #E615FE

Tints of Psychedelic Purple #E615FE

RGB

 RED value IS 230 (90.23% from 255) = 45.54%

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

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 45.54%
G = 4.16%
B = 50.3%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E615FE (or 0xE615FE) is known color: Psychedelic Purple. HEX triplet: E6, 15 and FE. RGB value is (230,21,254). Sum of RGB (Red+Green+Blue) = 230+21+254=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 21 (8.59% from 255 or 4.16% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #E615FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E615FE is #19EA01. Grayscale: #6D6D6D. Windows color (decimal): -1698306 or 16651750. OLE color: 16651750.

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

Color convert

RGB 230 21 254 -
CMYK 0.09 0.92 0 0.00
HSL 293.82º 0.99% 0.54% -
HSV(B) 293.82º 0.92% 1% -
XYZ 50.79 24.52 95.82 -
YUV 110.05 209.24 213.55 -
System Red Green Blue C M Y K H S L
Decimal 230 21 254 0.09 0.92 0 0.00 293.82 0.99 0.54
Hex E6 15 FE 9 5C 0 0 126 63 36
Octal 346 25 376 11 134 0 0 446 143 66
Binary 11100110 10101 11111110 1001 1011100 0 0 100100110 1100011 110110

Color Harmonies of #E615FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E615FE

Black with #E615FE

Text Example


Text Example

White with #E615FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E615FE; }

 p { color: rgb(230,21,254); }

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

background-color css

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

 a { background-color: rgb(230,21,254); }

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

border-color css

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

 span { border-color: rgb(230,21,254); }

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