Html Css Color HEX #E91DEC Psychedelic Purple

📋 copy color: '#E91DEC'

red 233 ◦ green 29 ◦ blue 236

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

Shades of Psychedelic Purple #E91DEC

Tints of Psychedelic Purple #E91DEC

RGB

 RED value IS 233 (91.41% from 255) = 46.79%

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

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 46.79%
G = 5.82%
B = 47.39%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E91DEC (or 0xE91DEC) is known color: Psychedelic Purple. HEX triplet: E9, 1D and EC. RGB value is (233,29,236). Sum of RGB (Red+Green+Blue) = 233+29+236=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 29 (11.72% from 255 or 5.82% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #E91DEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91DEC is #16E213. Grayscale: #707070. Windows color (decimal): -1499668 or 15474153. OLE color: 15474153.

HSL color Cylindrical-coordinate representation of color #E91DEC: hue angle of 299.13º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91DEC is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 29 236 -
CMYK 0.01 0.88 0 0.07
HSL 299.13º 0.84% 0.52% -
HSV(B) 299.13º 0.88% 0.93% -
XYZ 49.18 24.26 81.45 -
YUV 113.59 197.09 213.17 -
System Red Green Blue C M Y K H S L
Decimal 233 29 236 0.01 0.88 0 0.07 299.13 0.84 0.52
Hex E9 1D EC 1 58 0 7 12B 54 34
Octal 351 35 354 1 130 0 7 453 124 64
Binary 11101001 11101 11101100 1 1011000 0 111 100101011 1010100 110100

Color Harmonies of #E91DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91DEC

Black with #E91DEC

Text Example


Text Example

White with #E91DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91DEC; }

 p { color: rgb(233,29,236); }

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

background-color css

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

 a { background-color: rgb(233,29,236); }

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

border-color css

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

 span { border-color: rgb(233,29,236); }

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