Html Css Color HEX #E121ED Psychedelic Purple

📋 copy color: '#E121ED'

red 225 ◦ green 33 ◦ blue 237

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

Shades of Psychedelic Purple #E121ED

Tints of Psychedelic Purple #E121ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 45.45%
G = 6.67%
B = 47.88%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E121ED (or 0xE121ED) is known color: Psychedelic Purple. HEX triplet: E1, 21 and ED. RGB value is (225,33,237). Sum of RGB (Red+Green+Blue) = 225+33+237=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #E121ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E121ED is #1EDE12. Grayscale: #717171. Windows color (decimal): -2022931 or 15540705. OLE color: 15540705.

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

Color convert

RGB 225 33 237 -
CMYK 0.05 0.86 0 0.07
HSL 296.47º 0.85% 0.53% -
HSV(B) 296.47º 0.86% 0.93% -
XYZ 46.88 23.21 82.13 -
YUV 113.66 197.61 207.41 -
System Red Green Blue C M Y K H S L
Decimal 225 33 237 0.05 0.86 0 0.07 296.47 0.85 0.53
Hex E1 21 ED 5 56 0 7 128 55 35
Octal 341 41 355 5 126 0 7 450 125 65
Binary 11100001 100001 11101101 101 1010110 0 111 100101000 1010101 110101

Color Harmonies of #E121ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121ED

Black with #E121ED

Text Example


Text Example

White with #E121ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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