Html Css Color HEX #E619FE Psychedelic Purple

📋 copy color: '#E619FE'

red 230 ◦ green 25 ◦ blue 254

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

Shades of Psychedelic Purple #E619FE

Tints of Psychedelic Purple #E619FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 45.19%
G = 4.91%
B = 49.9%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E619FE (or 0xE619FE) is known color: Psychedelic Purple. HEX triplet: E6, 19 and FE. RGB value is (230,25,254). Sum of RGB (Red+Green+Blue) = 230+25+254=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #E619FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E619FE is #19E601. Grayscale: #6F6F6F. Windows color (decimal): -1697282 or 16652774. OLE color: 16652774.

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

Color convert

RGB 230 25 254 -
CMYK 0.09 0.90 0 0.00
HSL 293.71º 0.99% 0.55% -
HSV(B) 293.71º 0.9% 1% -
XYZ 50.87 24.67 95.85 -
YUV 112.4 207.92 211.88 -
System Red Green Blue C M Y K H S L
Decimal 230 25 254 0.09 0.90 0 0.00 293.71 0.99 0.55
Hex E6 19 FE 9 5A 0 0 126 63 37
Octal 346 31 376 11 132 0 0 446 143 67
Binary 11100110 11001 11111110 1001 1011010 0 0 100100110 1100011 110111

Color Harmonies of #E619FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E619FE

Black with #E619FE

Text Example


Text Example

White with #E619FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E619FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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