Html Css Color HEX #E31CFB Psychedelic Purple

📋 copy color: '#E31CFB'

red 227 ◦ green 28 ◦ blue 251

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

Shades of Psychedelic Purple #E31CFB

Tints of Psychedelic Purple #E31CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.6%

R = 44.86%
G = 5.53%
B = 49.6%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E31CFB (or 0xE31CFB) is known color: Psychedelic Purple. HEX triplet: E3, 1C and FB. RGB value is (227,28,251). Sum of RGB (Red+Green+Blue) = 227+28+251=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #E31CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31CFB is #1CE304. Grayscale: #707070. Windows color (decimal): -1893125 or 16456931. OLE color: 16456931.

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

Color convert

RGB 227 28 251 -
CMYK 0.10 0.89 0 0.02
HSL 293.54º 0.97% 0.55% -
HSV(B) 293.54º 0.89% 0.98% -
XYZ 49.51 24.13 93.31 -
YUV 112.92 205.93 209.37 -
System Red Green Blue C M Y K H S L
Decimal 227 28 251 0.10 0.89 0 0.02 293.54 0.97 0.55
Hex E3 1C FB A 59 0 2 126 61 37
Octal 343 34 373 12 131 0 2 446 141 67
Binary 11100011 11100 11111011 1010 1011001 0 10 100100110 1100001 110111

Color Harmonies of #E31CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31CFB

Black with #E31CFB

Text Example


Text Example

White with #E31CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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