Html Css Color HEX #E619FF Psychedelic Purple

📋 copy color: '#E619FF'

red 230 ◦ green 25 ◦ blue 255

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

Shades of Psychedelic Purple #E619FF

Tints of Psychedelic Purple #E619FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.9%

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

R = 45.1%
G = 4.9%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E619FF (or 0xE619FF) is known color: Psychedelic Purple. HEX triplet: E6, 19 and FF. RGB value is (230,25,255). Sum of RGB (Red+Green+Blue) = 230+25+255=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 25 (10.16% from 255 or 4.90% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #E619FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E619FF is #19E600. Grayscale: #6F6F6F. Windows color (decimal): -1697281 or 16718310. OLE color: 16718310.

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

Color convert

RGB 230 25 255 -
CMYK 0.10 0.90 0 0
HSL 293.48º 1% 0.55% -
HSV(B) 293.48º 0.9% 1% -
XYZ 51.03 24.74 96.69 -
YUV 112.52 208.42 211.8 -
System Red Green Blue C M Y K H S L
Decimal 230 25 255 0.10 0.90 0 0 293.48 1 0.55
Hex E6 19 FF A 5A 0 0 125 64 37
Octal 346 31 377 12 132 0 0 445 144 67
Binary 11100110 11001 11111111 1010 1011010 0 0 100100101 1100100 110111

Color Harmonies of #E619FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E619FF

Black with #E619FF

Text Example


Text Example

White with #E619FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E619FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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