Html Css Color HEX #E31CEC Psychedelic Purple

📋 copy color: '#E31CEC'

red 227 ◦ green 28 ◦ blue 236

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

Shades of Psychedelic Purple #E31CEC

Tints of Psychedelic Purple #E31CEC

RGB

 RED value IS 227 (89.06% from 255) = 46.23%

 GREEN value IS 28 (11.33% from 255) = 5.7%

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

R = 46.23%
G = 5.7%
B = 48.07%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E31CEC (or 0xE31CEC) is known color: Psychedelic Purple. HEX triplet: E3, 1C and EC. RGB value is (227,28,236). Sum of RGB (Red+Green+Blue) = 227+28+236=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #E31CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31CEC is #1CE313. Grayscale: #6E6E6E. Windows color (decimal): -1893140 or 15473891. OLE color: 15473891.

HSL color Cylindrical-coordinate representation of color #E31CEC: hue angle of 297.4º degrees, saturation: 0.85, 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 #E31CEC is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 28 236 -
CMYK 0.04 0.88 0 0.07
HSL 297.4º 0.85% 0.52% -
HSV(B) 297.4º 0.88% 0.93% -
XYZ 47.23 23.22 81.35 -
YUV 111.21 198.43 210.59 -
System Red Green Blue C M Y K H S L
Decimal 227 28 236 0.04 0.88 0 0.07 297.4 0.85 0.52
Hex E3 1C EC 4 58 0 7 129 55 34
Octal 343 34 354 4 130 0 7 451 125 64
Binary 11100011 11100 11101100 100 1011000 0 111 100101001 1010101 110100

Color Harmonies of #E31CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31CEC

Black with #E31CEC

Text Example


Text Example

White with #E31CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31CEC; }

 p { color: rgb(227,28,236); }

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

background-color css

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

 a { background-color: rgb(227,28,236); }

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

border-color css

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

 span { border-color: rgb(227,28,236); }

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