Html Css Color HEX #E61EFF Psychedelic Purple

📋 copy color: '#E61EFF'

red 230 ◦ green 30 ◦ blue 255

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

Shades of Psychedelic Purple #E61EFF

Tints of Psychedelic Purple #E61EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.83%

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

R = 44.66%
G = 5.83%
B = 49.51%

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

#E61EFF (or 0xE61EFF) is known color: Psychedelic Purple. HEX triplet: E6, 1E and FF. RGB value is (230,30,255). Sum of RGB (Red+Green+Blue) = 230+30+255=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 30 (12.11% from 255 or 5.83% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #E61EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61EFF is #19E100. Grayscale: #727272. Windows color (decimal): -1696001 or 16719590. OLE color: 16719590.

HSL color Cylindrical-coordinate representation of color #E61EFF: hue angle of 293.33º 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 #E61EFF is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 30 255 -
CMYK 0.10 0.88 0 0
HSL 293.33º 1% 0.56% -
HSV(B) 293.33º 0.88% 1% -
XYZ 51.15 24.97 96.73 -
YUV 115.45 206.76 209.7 -
System Red Green Blue C M Y K H S L
Decimal 230 30 255 0.10 0.88 0 0 293.33 1 0.56
Hex E6 1E FF A 58 0 0 125 64 38
Octal 346 36 377 12 130 0 0 445 144 70
Binary 11100110 11110 11111111 1010 1011000 0 0 100100101 1100100 111000

Color Harmonies of #E61EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61EFF

Black with #E61EFF

Text Example


Text Example

White with #E61EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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