Html Css Color HEX #E619F5 Psychedelic Purple

📋 copy color: '#E619F5'

red 230 ◦ green 25 ◦ blue 245

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

Shades of Psychedelic Purple #E619F5

Tints of Psychedelic Purple #E619F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49%

R = 46%
G = 5%
B = 49%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E619F5 (or 0xE619F5) is known color: Psychedelic Purple. HEX triplet: E6, 19 and F5. RGB value is (230,25,245). Sum of RGB (Red+Green+Blue) = 230+25+245=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 25 (10.16% from 255 or 5% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #E619F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E619F5 is #19E60A. Grayscale: #6E6E6E. Windows color (decimal): -1697291 or 16062950. OLE color: 16062950.

HSL color Cylindrical-coordinate representation of color #E619F5: hue angle of 295.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E619F5 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 25 245 -
CMYK 0.06 0.90 0 0.04
HSL 295.91º 0.92% 0.53% -
HSV(B) 295.91º 0.9% 0.96% -
XYZ 49.46 24.11 88.43 -
YUV 111.38 203.42 212.61 -
System Red Green Blue C M Y K H S L
Decimal 230 25 245 0.06 0.90 0 0.04 295.91 0.92 0.53
Hex E6 19 F5 6 5A 0 4 128 5C 35
Octal 346 31 365 6 132 0 4 450 134 65
Binary 11100110 11001 11110101 110 1011010 0 100 100101000 1011100 110101

Color Harmonies of #E619F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E619F5

Black with #E619F5

Text Example


Text Example

White with #E619F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E619F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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