Html Css Color HEX #E816FD Psychedelic Purple

📋 copy color: '#E816FD'

red 232 ◦ green 22 ◦ blue 253

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

Shades of Psychedelic Purple #E816FD

Tints of Psychedelic Purple #E816FD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.34%

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

R = 45.76%
G = 4.34%
B = 49.9%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E816FD (or 0xE816FD) is known color: Psychedelic Purple. HEX triplet: E8, 16 and FD. RGB value is (232,22,253). Sum of RGB (Red+Green+Blue) = 232+22+253=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 22 (8.98% from 255 or 4.34% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #E816FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E816FD is #17E902. Grayscale: #6E6E6E. Windows color (decimal): -1566979 or 16586472. OLE color: 16586472.

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

Color convert

RGB 232 22 253 -
CMYK 0.08 0.91 0 0.01
HSL 294.55º 0.98% 0.54% -
HSV(B) 294.55º 0.91% 0.99% -
XYZ 51.3 24.82 95.02 -
YUV 111.12 208.07 214.22 -
System Red Green Blue C M Y K H S L
Decimal 232 22 253 0.08 0.91 0 0.01 294.55 0.98 0.54
Hex E8 16 FD 8 5B 0 1 127 62 36
Octal 350 26 375 10 133 0 1 447 142 66
Binary 11101000 10110 11111101 1000 1011011 0 1 100100111 1100010 110110

Color Harmonies of #E816FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E816FD

Black with #E816FD

Text Example


Text Example

White with #E816FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E816FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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