Html Css Color HEX #E31CFC Psychedelic Purple

📋 copy color: '#E31CFC'

red 227 ◦ green 28 ◦ blue 252

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

Shades of Psychedelic Purple #E31CFC

Tints of Psychedelic Purple #E31CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 44.77%
G = 5.52%
B = 49.7%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E31CFC (or 0xE31CFC) is known color: Psychedelic Purple. HEX triplet: E3, 1C and FC. RGB value is (227,28,252). Sum of RGB (Red+Green+Blue) = 227+28+252=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #E31CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31CFC is #1CE303. Grayscale: #707070. Windows color (decimal): -1893124 or 16522467. OLE color: 16522467.

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

Color convert

RGB 227 28 252 -
CMYK 0.10 0.89 0 0.01
HSL 293.3º 0.97% 0.55% -
HSV(B) 293.3º 0.89% 0.99% -
XYZ 49.66 24.19 94.15 -
YUV 113.04 206.43 209.29 -
System Red Green Blue C M Y K H S L
Decimal 227 28 252 0.10 0.89 0 0.01 293.3 0.97 0.55
Hex E3 1C FC A 59 0 1 125 61 37
Octal 343 34 374 12 131 0 1 445 141 67
Binary 11100011 11100 11111100 1010 1011001 0 1 100100101 1100001 110111

Color Harmonies of #E31CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31CFC

Black with #E31CFC

Text Example


Text Example

White with #E31CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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