Html Css Color HEX #E124EB Psychedelic Purple

📋 copy color: '#E124EB'

red 225 ◦ green 36 ◦ blue 235

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

Shades of Psychedelic Purple #E124EB

Tints of Psychedelic Purple #E124EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 45.36%
G = 7.26%
B = 47.38%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E124EB (or 0xE124EB) is known color: Psychedelic Purple. HEX triplet: E1, 24 and EB. RGB value is (225,36,235). Sum of RGB (Red+Green+Blue) = 225+36+235=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 36 (14.45% from 255 or 7.26% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #E124EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E124EB is #1EDB14. Grayscale: #727272. Windows color (decimal): -2022165 or 15410401. OLE color: 15410401.

HSL color Cylindrical-coordinate representation of color #E124EB: hue angle of 296.98º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E124EB is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 36 235 -
CMYK 0.04 0.85 0 0.08
HSL 296.98º 0.83% 0.53% -
HSV(B) 296.98º 0.85% 0.92% -
XYZ 46.68 23.27 80.63 -
YUV 115.2 195.62 206.32 -
System Red Green Blue C M Y K H S L
Decimal 225 36 235 0.04 0.85 0 0.08 296.98 0.83 0.53
Hex E1 24 EB 4 55 0 8 129 53 35
Octal 341 44 353 4 125 0 10 451 123 65
Binary 11100001 100100 11101011 100 1010101 0 1000 100101001 1010011 110101

Color Harmonies of #E124EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124EB

Black with #E124EB

Text Example


Text Example

White with #E124EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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