Html Css Color HEX #E11EF5 Psychedelic Purple

📋 copy color: '#E11EF5'

red 225 ◦ green 30 ◦ blue 245

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

Shades of Psychedelic Purple #E11EF5

Tints of Psychedelic Purple #E11EF5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6%

 BLUE value IS 245 (96.09% from 255) = 49%

R = 45%
G = 6%
B = 49%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E11EF5 (or 0xE11EF5) is known color: Psychedelic Purple. HEX triplet: E1, 1E and F5. RGB value is (225,30,245). Sum of RGB (Red+Green+Blue) = 225+30+245=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #E11EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11EF5 is #1EE10A. Grayscale: #707070. Windows color (decimal): -2023691 or 16064225. OLE color: 16064225.

HSL color Cylindrical-coordinate representation of color #E11EF5: hue angle of 294.42º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11EF5 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 30 245 -
CMYK 0.08 0.88 0 0.04
HSL 294.42º 0.91% 0.54% -
HSV(B) 294.42º 0.88% 0.96% -
XYZ 48 23.53 88.4 -
YUV 112.82 202.6 208.02 -
System Red Green Blue C M Y K H S L
Decimal 225 30 245 0.08 0.88 0 0.04 294.42 0.91 0.54
Hex E1 1E F5 8 58 0 4 126 5B 36
Octal 341 36 365 10 130 0 4 446 133 66
Binary 11100001 11110 11110101 1000 1011000 0 100 100100110 1011011 110110

Color Harmonies of #E11EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11EF5

Black with #E11EF5

Text Example


Text Example

White with #E11EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11EF5; }

 p { color: rgb(225,30,245); }

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

background-color css

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

 a { background-color: rgb(225,30,245); }

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

border-color css

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

 span { border-color: rgb(225,30,245); }

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