Html Css Color HEX #E123EC Psychedelic Purple

📋 copy color: '#E123EC'

red 225 ◦ green 35 ◦ blue 236

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

Shades of Psychedelic Purple #E123EC

Tints of Psychedelic Purple #E123EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 45.36%
G = 7.06%
B = 47.58%

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

#E123EC (or 0xE123EC) is known color: Psychedelic Purple. HEX triplet: E1, 23 and EC. RGB value is (225,35,236). Sum of RGB (Red+Green+Blue) = 225+35+236=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 35 (14.06% from 255 or 7.06% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #E123EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123EC is #1EDC13. Grayscale: #727272. Windows color (decimal): -2022420 or 15475681. OLE color: 15475681.

HSL color Cylindrical-coordinate representation of color #E123EC: hue angle of 296.72º degrees, saturation: 0.84, 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 #E123EC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 35 236 -
CMYK 0.05 0.85 0 0.07
HSL 296.72º 0.84% 0.53% -
HSV(B) 296.72º 0.85% 0.93% -
XYZ 46.79 23.27 81.38 -
YUV 114.72 196.45 206.66 -
System Red Green Blue C M Y K H S L
Decimal 225 35 236 0.05 0.85 0 0.07 296.72 0.84 0.53
Hex E1 23 EC 5 55 0 7 129 54 35
Octal 341 43 354 5 125 0 7 451 124 65
Binary 11100001 100011 11101100 101 1010101 0 111 100101001 1010100 110101

Color Harmonies of #E123EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E123EC

Black with #E123EC

Text Example


Text Example

White with #E123EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E123EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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