Html Css Color HEX #E61FFF Psychedelic Purple

📋 copy color: '#E61FFF'

red 230 ◦ green 31 ◦ blue 255

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

Shades of Psychedelic Purple #E61FFF

Tints of Psychedelic Purple #E61FFF

RGB

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

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

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

R = 44.57%
G = 6.01%
B = 49.42%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E61FFF (or 0xE61FFF) is known color: Psychedelic Purple. HEX triplet: E6, 1F and FF. RGB value is (230,31,255). Sum of RGB (Red+Green+Blue) = 230+31+255=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 31 (12.5% from 255 or 6.01% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #E61FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61FFF is #19E000. Grayscale: #737373. Windows color (decimal): -1695745 or 16719846. OLE color: 16719846.

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

Color convert

RGB 230 31 255 -
CMYK 0.10 0.88 0 0
HSL 293.3º 1% 0.56% -
HSV(B) 293.3º 0.88% 1% -
XYZ 51.17 25.02 96.74 -
YUV 116.04 206.43 209.29 -
System Red Green Blue C M Y K H S L
Decimal 230 31 255 0.10 0.88 0 0 293.3 1 0.56
Hex E6 1F FF A 58 0 0 125 64 38
Octal 346 37 377 12 130 0 0 445 144 70
Binary 11100110 11111 11111111 1010 1011000 0 0 100100101 1100100 111000

Color Harmonies of #E61FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FFF

Black with #E61FFF

Text Example


Text Example

White with #E61FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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