Html Css Color HEX #E11DFF Psychedelic Purple

📋 copy color: '#E11DFF'

red 225 ◦ green 29 ◦ blue 255

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

Shades of Psychedelic Purple #E11DFF

Tints of Psychedelic Purple #E11DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.7%

 BLUE value IS 255 (100% from 255) = 50.1%

R = 44.2%
G = 5.7%
B = 50.1%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E11DFF (or 0xE11DFF) is known color: Psychedelic Purple. HEX triplet: E1, 1D and FF. RGB value is (225,29,255). Sum of RGB (Red+Green+Blue) = 225+29+255=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 29 (11.72% from 255 or 5.70% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #E11DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11DFF is #1EE200. Grayscale: #707070. Windows color (decimal): -2023937 or 16719329. OLE color: 16719329.

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

Color convert

RGB 225 29 255 -
CMYK 0.12 0.89 0 0
HSL 292.04º 1% 0.56% -
HSV(B) 292.04º 0.89% 1% -
XYZ 49.54 24.11 96.65 -
YUV 113.37 207.93 207.62 -
System Red Green Blue C M Y K H S L
Decimal 225 29 255 0.12 0.89 0 0 292.04 1 0.56
Hex E1 1D FF C 59 0 0 124 64 38
Octal 341 35 377 14 131 0 0 444 144 70
Binary 11100001 11101 11111111 1100 1011001 0 0 100100100 1100100 111000

Color Harmonies of #E11DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DFF

Black with #E11DFF

Text Example


Text Example

White with #E11DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DFF; }

 p { color: rgb(225,29,255); }

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

background-color css

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

 a { background-color: rgb(225,29,255); }

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

border-color css

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

 span { border-color: rgb(225,29,255); }

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