Html Css Color HEX #E819FD Psychedelic Purple

📋 copy color: '#E819FD'

red 232 ◦ green 25 ◦ blue 253

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

Shades of Psychedelic Purple #E819FD

Tints of Psychedelic Purple #E819FD

RGB

 RED value IS 232 (91.02% from 255) = 45.49%

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

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 45.49%
G = 4.9%
B = 49.61%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E819FD (or 0xE819FD) is known color: Psychedelic Purple. HEX triplet: E8, 19 and FD. RGB value is (232,25,253). Sum of RGB (Red+Green+Blue) = 232+25+253=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 25 (10.16% from 255 or 4.90% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #E819FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E819FD is #17E602. Grayscale: #707070. Windows color (decimal): -1566211 or 16587240. OLE color: 16587240.

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

Color convert

RGB 232 25 253 -
CMYK 0.08 0.90 0 0.01
HSL 294.47º 0.98% 0.55% -
HSV(B) 294.47º 0.9% 0.99% -
XYZ 51.36 24.94 95.04 -
YUV 112.89 207.08 212.96 -
System Red Green Blue C M Y K H S L
Decimal 232 25 253 0.08 0.90 0 0.01 294.47 0.98 0.55
Hex E8 19 FD 8 5A 0 1 126 62 37
Octal 350 31 375 10 132 0 1 446 142 67
Binary 11101000 11001 11111101 1000 1011010 0 1 100100110 1100010 110111

Color Harmonies of #E819FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E819FD

Black with #E819FD

Text Example


Text Example

White with #E819FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E819FD; }

 p { color: rgb(232,25,253); }

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

background-color css

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

 a { background-color: rgb(232,25,253); }

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

border-color css

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

 span { border-color: rgb(232,25,253); }

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