Html Css Color HEX #E619FC Psychedelic Purple

📋 copy color: '#E619FC'

red 230 ◦ green 25 ◦ blue 252

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

Shades of Psychedelic Purple #E619FC

Tints of Psychedelic Purple #E619FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 45.36%
G = 4.93%
B = 49.7%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E619FC (or 0xE619FC) is known color: Psychedelic Purple. HEX triplet: E6, 19 and FC. RGB value is (230,25,252). Sum of RGB (Red+Green+Blue) = 230+25+252=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 25 (10.16% from 255 or 4.93% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #E619FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E619FC is #19E603. Grayscale: #6F6F6F. Windows color (decimal): -1697284 or 16521702. OLE color: 16521702.

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

Color convert

RGB 230 25 252 -
CMYK 0.09 0.90 0 0.01
HSL 294.19º 0.97% 0.54% -
HSV(B) 294.19º 0.9% 0.99% -
XYZ 50.55 24.55 94.17 -
YUV 112.17 206.92 212.04 -
System Red Green Blue C M Y K H S L
Decimal 230 25 252 0.09 0.90 0 0.01 294.19 0.97 0.54
Hex E6 19 FC 9 5A 0 1 126 61 36
Octal 346 31 374 11 132 0 1 446 141 66
Binary 11100110 11001 11111100 1001 1011010 0 1 100100110 1100001 110110

Color Harmonies of #E619FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E619FC

Black with #E619FC

Text Example


Text Example

White with #E619FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E619FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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