Html Css Color HEX #E31CE5 Psychedelic Purple

📋 copy color: '#E31CE5'

red 227 ◦ green 28 ◦ blue 229

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

Shades of Psychedelic Purple #E31CE5

Tints of Psychedelic Purple #E31CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.31%

R = 46.9%
G = 5.79%
B = 47.31%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E31CE5 (or 0xE31CE5) is known color: Psychedelic Purple. HEX triplet: E3, 1C and E5. RGB value is (227,28,229). Sum of RGB (Red+Green+Blue) = 227+28+229=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #E31CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31CE5 is #1CE31A. Grayscale: #6D6D6D. Windows color (decimal): -1893147 or 15015139. OLE color: 15015139.

HSL color Cylindrical-coordinate representation of color #E31CE5: hue angle of 299.4º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31CE5 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 227 28 229 -
CMYK 0.01 0.88 0 0.10
HSL 299.4º 0.79% 0.5% -
HSV(B) 299.4º 0.88% 0.9% -
XYZ 46.24 22.82 76.1 -
YUV 110.42 194.93 211.16 -
System Red Green Blue C M Y K H S L
Decimal 227 28 229 0.01 0.88 0 0.10 299.4 0.79 0.5
Hex E3 1C E5 1 58 0 A 12B 4F 32
Octal 343 34 345 1 130 0 12 453 117 62
Binary 11100011 11100 11100101 1 1011000 0 1010 100101011 1001111 110010

Color Harmonies of #E31CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31CE5

Black with #E31CE5

Text Example


Text Example

White with #E31CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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