Html Css Color HEX #E619F2 Psychedelic Purple

📋 copy color: '#E619F2'

red 230 ◦ green 25 ◦ blue 242

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

Shades of Psychedelic Purple #E619F2

Tints of Psychedelic Purple #E619F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.69%

R = 46.28%
G = 5.03%
B = 48.69%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E619F2 (or 0xE619F2) is known color: Psychedelic Purple. HEX triplet: E6, 19 and F2. RGB value is (230,25,242). Sum of RGB (Red+Green+Blue) = 230+25+242=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 25 (10.16% from 255 or 5.03% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #E619F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E619F2 is #19E60D. Grayscale: #6E6E6E. Windows color (decimal): -1697294 or 15866342. OLE color: 15866342.

HSL color Cylindrical-coordinate representation of color #E619F2: hue angle of 296.68º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E619F2 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 25 242 -
CMYK 0.05 0.90 0 0.05
HSL 296.68º 0.89% 0.52% -
HSV(B) 296.68º 0.9% 0.95% -
XYZ 49.01 23.93 86.04 -
YUV 111.03 201.92 212.86 -
System Red Green Blue C M Y K H S L
Decimal 230 25 242 0.05 0.90 0 0.05 296.68 0.89 0.52
Hex E6 19 F2 5 5A 0 5 129 59 34
Octal 346 31 362 5 132 0 5 451 131 64
Binary 11100110 11001 11110010 101 1011010 0 101 100101001 1011001 110100

Color Harmonies of #E619F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E619F2

Black with #E619F2

Text Example


Text Example

White with #E619F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E619F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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