Html Css Color HEX #E124EF Psychedelic Purple

📋 copy color: '#E124EF'

red 225 ◦ green 36 ◦ blue 239

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

Shades of Psychedelic Purple #E124EF

Tints of Psychedelic Purple #E124EF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.2%

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 45%
G = 7.2%
B = 47.8%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E124EF (or 0xE124EF) is known color: Psychedelic Purple. HEX triplet: E1, 24 and EF. RGB value is (225,36,239). Sum of RGB (Red+Green+Blue) = 225+36+239=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 36 (14.45% from 255 or 7.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #E124EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E124EF is #1EDB10. Grayscale: #737373. Windows color (decimal): -2022161 or 15672545. OLE color: 15672545.

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

Color convert

RGB 225 36 239 -
CMYK 0.06 0.85 0 0.06
HSL 295.86º 0.86% 0.54% -
HSV(B) 295.86º 0.85% 0.94% -
XYZ 47.26 23.5 83.71 -
YUV 115.65 197.62 205.99 -
System Red Green Blue C M Y K H S L
Decimal 225 36 239 0.06 0.85 0 0.06 295.86 0.86 0.54
Hex E1 24 EF 6 55 0 6 128 56 36
Octal 341 44 357 6 125 0 6 450 126 66
Binary 11100001 100100 11101111 110 1010101 0 110 100101000 1010110 110110

Color Harmonies of #E124EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124EF

Black with #E124EF

Text Example


Text Example

White with #E124EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124EF; }

 p { color: rgb(225,36,239); }

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

background-color css

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

 a { background-color: rgb(225,36,239); }

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

border-color css

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

 span { border-color: rgb(225,36,239); }

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