Html Css Color HEX #E120E5 Psychedelic Purple

📋 copy color: '#E120E5'

red 225 ◦ green 32 ◦ blue 229

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

Shades of Psychedelic Purple #E120E5

Tints of Psychedelic Purple #E120E5

RGB

 RED value IS 225 (88.28% from 255) = 46.3%

 GREEN value IS 32 (12.89% from 255) = 6.58%

 BLUE value IS 229 (89.84% from 255) = 47.12%

R = 46.3%
G = 6.58%
B = 47.12%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E120E5 (or 0xE120E5) is known color: Psychedelic Purple. HEX triplet: E1, 20 and E5. RGB value is (225,32,229). Sum of RGB (Red+Green+Blue) = 225+32+229=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #E120E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120E5 is #1EDF1A. Grayscale: #6F6F6F. Windows color (decimal): -2023195 or 15016161. OLE color: 15016161.

HSL color Cylindrical-coordinate representation of color #E120E5: hue angle of 298.78º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E120E5 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 32 229 -
CMYK 0.02 0.86 0 0.10
HSL 298.78º 0.79% 0.51% -
HSV(B) 298.78º 0.86% 0.9% -
XYZ 45.71 22.7 76.1 -
YUV 112.17 193.94 208.48 -
System Red Green Blue C M Y K H S L
Decimal 225 32 229 0.02 0.86 0 0.10 298.78 0.79 0.51
Hex E1 20 E5 2 56 0 A 12B 4F 33
Octal 341 40 345 2 126 0 12 453 117 63
Binary 11100001 100000 11100101 10 1010110 0 1010 100101011 1001111 110011

Color Harmonies of #E120E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120E5

Black with #E120E5

Text Example


Text Example

White with #E120E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120E5; }

 p { color: rgb(225,32,229); }

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

background-color css

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

 a { background-color: rgb(225,32,229); }

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

border-color css

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

 span { border-color: rgb(225,32,229); }

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