Html Css Color HEX #E61CFF Psychedelic Purple

📋 copy color: '#E61CFF'

red 230 ◦ green 28 ◦ blue 255

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

Shades of Psychedelic Purple #E61CFF

Tints of Psychedelic Purple #E61CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.46%

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

R = 44.83%
G = 5.46%
B = 49.71%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E61CFF (or 0xE61CFF) is known color: Psychedelic Purple. HEX triplet: E6, 1C and FF. RGB value is (230,28,255). Sum of RGB (Red+Green+Blue) = 230+28+255=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 28 (11.33% from 255 or 5.46% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #E61CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61CFF is #19E300. Grayscale: #717171. Windows color (decimal): -1696513 or 16719078. OLE color: 16719078.

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

Color convert

RGB 230 28 255 -
CMYK 0.10 0.89 0 0
HSL 293.39º 1% 0.55% -
HSV(B) 293.39º 0.89% 1% -
XYZ 51.1 24.87 96.72 -
YUV 114.28 207.42 210.54 -
System Red Green Blue C M Y K H S L
Decimal 230 28 255 0.10 0.89 0 0 293.39 1 0.55
Hex E6 1C FF A 59 0 0 125 64 37
Octal 346 34 377 12 131 0 0 445 144 67
Binary 11100110 11100 11111111 1010 1011001 0 0 100100101 1100100 110111

Color Harmonies of #E61CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61CFF

Black with #E61CFF

Text Example


Text Example

White with #E61CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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