Html Css Color HEX #E123EE Psychedelic Purple

📋 copy color: '#E123EE'

red 225 ◦ green 35 ◦ blue 238

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

Shades of Psychedelic Purple #E123EE

Tints of Psychedelic Purple #E123EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 45.18%
G = 7.03%
B = 47.79%

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

#E123EE (or 0xE123EE) is known color: Psychedelic Purple. HEX triplet: E1, 23 and EE. RGB value is (225,35,238). Sum of RGB (Red+Green+Blue) = 225+35+238=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 35 (14.06% from 255 or 7.03% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #E123EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123EE is #1EDC11. Grayscale: #727272. Windows color (decimal): -2022418 or 15606753. OLE color: 15606753.

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

Color convert

RGB 225 35 238 -
CMYK 0.05 0.85 0 0.07
HSL 296.16º 0.86% 0.54% -
HSV(B) 296.16º 0.85% 0.93% -
XYZ 47.08 23.38 82.92 -
YUV 114.95 197.45 206.49 -
System Red Green Blue C M Y K H S L
Decimal 225 35 238 0.05 0.85 0 0.07 296.16 0.86 0.54
Hex E1 23 EE 5 55 0 7 128 56 36
Octal 341 43 356 5 125 0 7 450 126 66
Binary 11100001 100011 11101110 101 1010101 0 111 100101000 1010110 110110

Color Harmonies of #E123EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E123EE

Black with #E123EE

Text Example


Text Example

White with #E123EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E123EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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