Html Css Color HEX #E61DFF Psychedelic Purple

📋 copy color: '#E61DFF'

red 230 ◦ green 29 ◦ blue 255

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

Shades of Psychedelic Purple #E61DFF

Tints of Psychedelic Purple #E61DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.64%

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

R = 44.75%
G = 5.64%
B = 49.61%

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

#E61DFF (or 0xE61DFF) is known color: Psychedelic Purple. HEX triplet: E6, 1D and FF. RGB value is (230,29,255). Sum of RGB (Red+Green+Blue) = 230+29+255=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 29 (11.72% from 255 or 5.64% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #E61DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61DFF is #19E200. Grayscale: #727272. Windows color (decimal): -1696257 or 16719334. OLE color: 16719334.

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

Color convert

RGB 230 29 255 -
CMYK 0.10 0.89 0 0
HSL 293.36º 1% 0.56% -
HSV(B) 293.36º 0.89% 1% -
XYZ 51.12 24.92 96.72 -
YUV 114.86 207.09 210.12 -
System Red Green Blue C M Y K H S L
Decimal 230 29 255 0.10 0.89 0 0 293.36 1 0.56
Hex E6 1D FF A 59 0 0 125 64 38
Octal 346 35 377 12 131 0 0 445 144 70
Binary 11100110 11101 11111111 1010 1011001 0 0 100100101 1100100 111000

Color Harmonies of #E61DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61DFF

Black with #E61DFF

Text Example


Text Example

White with #E61DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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