Html Css Color HEX #E516E2 Psychedelic Purple

📋 copy color: '#E516E2'

red 229 ◦ green 22 ◦ blue 226

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

Shades of Psychedelic Purple #E516E2

Tints of Psychedelic Purple #E516E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.38%

R = 48.01%
G = 4.61%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E516E2 (or 0xE516E2) is known color: Psychedelic Purple. HEX triplet: E5, 16 and E2. RGB value is (229,22,226). Sum of RGB (Red+Green+Blue) = 229+22+226=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 22 (8.98% from 255 or 4.61% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E516E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516E2 is #1AE91D. Grayscale: #6A6A6A. Windows color (decimal): -1763614 or 14816997. OLE color: 14816997.

HSL color Cylindrical-coordinate representation of color #E516E2: hue angle of 300.87º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E516E2 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 22 226 -
CMYK 0 0.90 0.01 0.10
HSL 300.87º 0.82% 0.49% -
HSV(B) 300.87º 0.9% 0.9% -
XYZ 46.33 22.72 73.9 -
YUV 107.15 195.08 214.91 -
System Red Green Blue C M Y K H S L
Decimal 229 22 226 0 0.90 0.01 0.10 300.87 0.82 0.49
Hex E5 16 E2 0 5A 1 A 12D 52 31
Octal 345 26 342 0 132 1 12 455 122 61
Binary 11100101 10110 11100010 0 1011010 1 1010 100101101 1010010 110001

Color Harmonies of #E516E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516E2

Black with #E516E2

Text Example


Text Example

White with #E516E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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