Html Css Color HEX #E120EA Psychedelic Purple

📋 copy color: '#E120EA'

red 225 ◦ green 32 ◦ blue 234

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

Shades of Psychedelic Purple #E120EA

Tints of Psychedelic Purple #E120EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 45.82%
G = 6.52%
B = 47.66%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E120EA (or 0xE120EA) is known color: Psychedelic Purple. HEX triplet: E1, 20 and EA. RGB value is (225,32,234). Sum of RGB (Red+Green+Blue) = 225+32+234=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #E120EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E120EA is #1EDF15. Grayscale: #707070. Windows color (decimal): -2023190 or 15343841. OLE color: 15343841.

HSL color Cylindrical-coordinate representation of color #E120EA: hue angle of 297.33º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E120EA is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 32 234 -
CMYK 0.04 0.86 0 0.08
HSL 297.33º 0.83% 0.52% -
HSV(B) 297.33º 0.86% 0.92% -
XYZ 46.42 22.98 79.83 -
YUV 112.74 196.44 208.07 -
System Red Green Blue C M Y K H S L
Decimal 225 32 234 0.04 0.86 0 0.08 297.33 0.83 0.52
Hex E1 20 EA 4 56 0 8 129 53 34
Octal 341 40 352 4 126 0 10 451 123 64
Binary 11100001 100000 11101010 100 1010110 0 1000 100101001 1010011 110100

Color Harmonies of #E120EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120EA

Black with #E120EA

Text Example


Text Example

White with #E120EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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