Html Css Color HEX #E11DEF Psychedelic Purple

📋 copy color: '#E11DEF'

red 225 ◦ green 29 ◦ blue 239

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

Shades of Psychedelic Purple #E11DEF

Tints of Psychedelic Purple #E11DEF

RGB

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

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

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

R = 45.64%
G = 5.88%
B = 48.48%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E11DEF (or 0xE11DEF) is known color: Psychedelic Purple. HEX triplet: E1, 1D and EF. RGB value is (225,29,239). Sum of RGB (Red+Green+Blue) = 225+29+239=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 29 (11.72% from 255 or 5.88% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #E11DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11DEF is #1EE210. Grayscale: #6E6E6E. Windows color (decimal): -2023953 or 15670753. OLE color: 15670753.

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

Color convert

RGB 225 29 239 -
CMYK 0.06 0.88 0 0.06
HSL 296º 0.87% 0.53% -
HSV(B) 296º 0.88% 0.94% -
XYZ 47.07 23.12 83.64 -
YUV 111.54 199.93 208.92 -
System Red Green Blue C M Y K H S L
Decimal 225 29 239 0.06 0.88 0 0.06 296 0.87 0.53
Hex E1 1D EF 6 58 0 6 128 57 35
Octal 341 35 357 6 130 0 6 450 127 65
Binary 11100001 11101 11101111 110 1011000 0 110 100101000 1010111 110101

Color Harmonies of #E11DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DEF

Black with #E11DEF

Text Example


Text Example

White with #E11DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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