Html Css Color HEX #E611FE Psychedelic Purple

📋 copy color: '#E611FE'

red 230 ◦ green 17 ◦ blue 254

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

Shades of Psychedelic Purple #E611FE

Tints of Psychedelic Purple #E611FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.39%

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

R = 45.91%
G = 3.39%
B = 50.7%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E611FE (or 0xE611FE) is known color: Psychedelic Purple. HEX triplet: E6, 11 and FE. RGB value is (230,17,254). Sum of RGB (Red+Green+Blue) = 230+17+254=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 17 (7.03% from 255 or 3.39% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #E611FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E611FE is #19EE01. Grayscale: #6A6A6A. Windows color (decimal): -1699330 or 16650726. OLE color: 16650726.

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

Color convert

RGB 230 17 254 -
CMYK 0.09 0.93 0 0.00
HSL 293.92º 0.99% 0.53% -
HSV(B) 293.92º 0.93% 1% -
XYZ 50.72 24.38 95.8 -
YUV 107.71 210.57 215.23 -
System Red Green Blue C M Y K H S L
Decimal 230 17 254 0.09 0.93 0 0.00 293.92 0.99 0.53
Hex E6 11 FE 9 5D 0 0 126 63 35
Octal 346 21 376 11 135 0 0 446 143 65
Binary 11100110 10001 11111110 1001 1011101 0 0 100100110 1100011 110101

Color Harmonies of #E611FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E611FE

Black with #E611FE

Text Example


Text Example

White with #E611FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E611FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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