Html Css Color HEX #E123ED Psychedelic Purple

📋 copy color: '#E123ED'

red 225 ◦ green 35 ◦ blue 237

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

Shades of Psychedelic Purple #E123ED

Tints of Psychedelic Purple #E123ED

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.04%

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

R = 45.27%
G = 7.04%
B = 47.69%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E123ED (or 0xE123ED) is known color: Psychedelic Purple. HEX triplet: E1, 23 and ED. RGB value is (225,35,237). Sum of RGB (Red+Green+Blue) = 225+35+237=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 35 (14.06% from 255 or 7.04% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #E123ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123ED is #1EDC12. Grayscale: #727272. Windows color (decimal): -2022419 or 15541217. OLE color: 15541217.

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

Color convert

RGB 225 35 237 -
CMYK 0.05 0.85 0 0.07
HSL 296.44º 0.85% 0.53% -
HSV(B) 296.44º 0.85% 0.93% -
XYZ 46.94 23.32 82.15 -
YUV 114.84 196.95 206.57 -
System Red Green Blue C M Y K H S L
Decimal 225 35 237 0.05 0.85 0 0.07 296.44 0.85 0.53
Hex E1 23 ED 5 55 0 7 128 55 35
Octal 341 43 355 5 125 0 7 450 125 65
Binary 11100001 100011 11101101 101 1010101 0 111 100101000 1010101 110101

Color Harmonies of #E123ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E123ED

Black with #E123ED

Text Example


Text Example

White with #E123ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E123ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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