Html Css Color HEX #E516FD Psychedelic Purple

📋 copy color: '#E516FD'

red 229 ◦ green 22 ◦ blue 253

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

Shades of Psychedelic Purple #E516FD

Tints of Psychedelic Purple #E516FD

RGB

 RED value IS 229 (89.84% from 255) = 45.44%

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

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

R = 45.44%
G = 4.37%
B = 50.2%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E516FD (or 0xE516FD) is known color: Psychedelic Purple. HEX triplet: E5, 16 and FD. RGB value is (229,22,253). Sum of RGB (Red+Green+Blue) = 229+22+253=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 22 (8.98% from 255 or 4.37% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #E516FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E516FD is #1AE902. Grayscale: #6D6D6D. Windows color (decimal): -1763587 or 16586469. OLE color: 16586469.

HSL color Cylindrical-coordinate representation of color #E516FD: hue angle of 293.77º 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 #E516FD is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 22 253 -
CMYK 0.09 0.91 0 0.01
HSL 293.77º 0.98% 0.54% -
HSV(B) 293.77º 0.91% 0.99% -
XYZ 50.33 24.32 94.97 -
YUV 110.23 208.58 212.72 -
System Red Green Blue C M Y K H S L
Decimal 229 22 253 0.09 0.91 0 0.01 293.77 0.98 0.54
Hex E5 16 FD 9 5B 0 1 126 62 36
Octal 345 26 375 11 133 0 1 446 142 66
Binary 11100101 10110 11111101 1001 1011011 0 1 100100110 1100010 110110

Color Harmonies of #E516FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516FD

Black with #E516FD

Text Example


Text Example

White with #E516FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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