Html Css Color HEX #E61FFE Psychedelic Purple

📋 copy color: '#E61FFE'

red 230 ◦ green 31 ◦ blue 254

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

Shades of Psychedelic Purple #E61FFE

Tints of Psychedelic Purple #E61FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.02%

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

R = 44.66%
G = 6.02%
B = 49.32%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E61FFE (or 0xE61FFE) is known color: Psychedelic Purple. HEX triplet: E6, 1F and FE. RGB value is (230,31,254). Sum of RGB (Red+Green+Blue) = 230+31+254=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 31 (12.5% from 255 or 6.02% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #E61FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61FFE is #19E001. Grayscale: #737373. Windows color (decimal): -1695746 or 16654310. OLE color: 16654310.

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

Color convert

RGB 230 31 254 -
CMYK 0.09 0.88 0 0.00
HSL 293.54º 0.99% 0.56% -
HSV(B) 293.54º 0.88% 1% -
XYZ 51.01 24.96 95.89 -
YUV 115.92 205.93 209.37 -
System Red Green Blue C M Y K H S L
Decimal 230 31 254 0.09 0.88 0 0.00 293.54 0.99 0.56
Hex E6 1F FE 9 58 0 0 126 63 38
Octal 346 37 376 11 130 0 0 446 143 70
Binary 11100110 11111 11111110 1001 1011000 0 0 100100110 1100011 111000

Color Harmonies of #E61FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FFE

Black with #E61FFE

Text Example


Text Example

White with #E61FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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