Html Css Color HEX #E31CFF Psychedelic Purple

📋 copy color: '#E31CFF'

red 227 ◦ green 28 ◦ blue 255

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

Shades of Psychedelic Purple #E31CFF

Tints of Psychedelic Purple #E31CFF

RGB

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

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

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

R = 44.51%
G = 5.49%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E31CFF (or 0xE31CFF) is known color: Psychedelic Purple. HEX triplet: E3, 1C and FF. RGB value is (227,28,255). Sum of RGB (Red+Green+Blue) = 227+28+255=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 28 (11.33% from 255 or 5.49% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #E31CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31CFF is #1CE300. Grayscale: #707070. Windows color (decimal): -1893121 or 16719075. OLE color: 16719075.

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

Color convert

RGB 227 28 255 -
CMYK 0.11 0.89 0 0
HSL 292.6º 1% 0.55% -
HSV(B) 292.6º 0.89% 1% -
XYZ 50.14 24.38 96.67 -
YUV 113.38 207.93 209.04 -
System Red Green Blue C M Y K H S L
Decimal 227 28 255 0.11 0.89 0 0 292.6 1 0.55
Hex E3 1C FF B 59 0 0 125 64 37
Octal 343 34 377 13 131 0 0 445 144 67
Binary 11100011 11100 11111111 1011 1011001 0 0 100100101 1100100 110111

Color Harmonies of #E31CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31CFF

Black with #E31CFF

Text Example


Text Example

White with #E31CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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