Html Css Color HEX #E11EFE Psychedelic Purple

📋 copy color: '#E11EFE'

red 225 ◦ green 30 ◦ blue 254

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

Shades of Psychedelic Purple #E11EFE

Tints of Psychedelic Purple #E11EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 44.2%
G = 5.89%
B = 49.9%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E11EFE (or 0xE11EFE) is known color: Psychedelic Purple. HEX triplet: E1, 1E and FE. RGB value is (225,30,254). Sum of RGB (Red+Green+Blue) = 225+30+254=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 30 (12.11% from 255 or 5.89% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #E11EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11EFE is #1EE101. Grayscale: #717171. Windows color (decimal): -2023682 or 16654049. OLE color: 16654049.

HSL color Cylindrical-coordinate representation of color #E11EFE: hue angle of 292.23º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11EFE is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 30 254 -
CMYK 0.11 0.88 0 0.00
HSL 292.23º 0.99% 0.56% -
HSV(B) 292.23º 0.88% 1% -
XYZ 49.41 24.09 95.81 -
YUV 113.84 207.1 207.29 -
System Red Green Blue C M Y K H S L
Decimal 225 30 254 0.11 0.88 0 0.00 292.23 0.99 0.56
Hex E1 1E FE B 58 0 0 124 63 38
Octal 341 36 376 13 130 0 0 444 143 70
Binary 11100001 11110 11111110 1011 1011000 0 0 100100100 1100011 111000

Color Harmonies of #E11EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11EFE

Black with #E11EFE

Text Example


Text Example

White with #E11EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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