Html Css Color HEX #E120FC Psychedelic Purple

📋 copy color: '#E120FC'

red 225 ◦ green 32 ◦ blue 252

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

Shades of Psychedelic Purple #E120FC

Tints of Psychedelic Purple #E120FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 44.2%
G = 6.29%
B = 49.51%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E120FC (or 0xE120FC) is known color: Psychedelic Purple. HEX triplet: E1, 20 and FC. RGB value is (225,32,252). Sum of RGB (Red+Green+Blue) = 225+32+252=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 32 (12.89% from 255 or 6.29% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #E120FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E120FC is #1EDF03. Grayscale: #727272. Windows color (decimal): -2023172 or 16523489. OLE color: 16523489.

HSL color Cylindrical-coordinate representation of color #E120FC: hue angle of 292.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E120FC is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 32 252 -
CMYK 0.11 0.87 0 0.01
HSL 292.64º 0.97% 0.56% -
HSV(B) 292.64º 0.87% 0.99% -
XYZ 49.14 24.07 94.15 -
YUV 114.79 205.44 206.61 -
System Red Green Blue C M Y K H S L
Decimal 225 32 252 0.11 0.87 0 0.01 292.64 0.97 0.56
Hex E1 20 FC B 57 0 1 125 61 38
Octal 341 40 374 13 127 0 1 445 141 70
Binary 11100001 100000 11111100 1011 1010111 0 1 100100101 1100001 111000

Color Harmonies of #E120FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120FC

Black with #E120FC

Text Example


Text Example

White with #E120FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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