Html Css Color HEX #E121F3 Psychedelic Purple

📋 copy color: '#E121F3'

red 225 ◦ green 33 ◦ blue 243

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

Shades of Psychedelic Purple #E121F3

Tints of Psychedelic Purple #E121F3

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.59%

 BLUE value IS 243 (95.31% from 255) = 48.5%

R = 44.91%
G = 6.59%
B = 48.5%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E121F3 (or 0xE121F3) is known color: Psychedelic Purple. HEX triplet: E1, 21 and F3. RGB value is (225,33,243). Sum of RGB (Red+Green+Blue) = 225+33+243=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 33 (13.28% from 255 or 6.59% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #E121F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E121F3 is #1EDE0C. Grayscale: #717171. Windows color (decimal): -2022925 or 15933921. OLE color: 15933921.

HSL color Cylindrical-coordinate representation of color #E121F3: hue angle of 294.86º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E121F3 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 33 243 -
CMYK 0.07 0.86 0 0.05
HSL 294.86º 0.9% 0.54% -
HSV(B) 294.86º 0.86% 0.95% -
XYZ 47.77 23.57 86.82 -
YUV 114.35 200.61 206.92 -
System Red Green Blue C M Y K H S L
Decimal 225 33 243 0.07 0.86 0 0.05 294.86 0.9 0.54
Hex E1 21 F3 7 56 0 5 127 5A 36
Octal 341 41 363 7 126 0 5 447 132 66
Binary 11100001 100001 11110011 111 1010110 0 101 100100111 1011010 110110

Color Harmonies of #E121F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121F3

Black with #E121F3

Text Example


Text Example

White with #E121F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121F3; }

 p { color: rgb(225,33,243); }

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

background-color css

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

 a { background-color: rgb(225,33,243); }

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

border-color css

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

 span { border-color: rgb(225,33,243); }

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