Html Css Color HEX #E320E9 Psychedelic Purple

📋 copy color: '#E320E9'

red 227 ◦ green 32 ◦ blue 233

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

Shades of Psychedelic Purple #E320E9

Tints of Psychedelic Purple #E320E9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.5%

 BLUE value IS 233 (91.41% from 255) = 47.36%

R = 46.14%
G = 6.5%
B = 47.36%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E320E9 (or 0xE320E9) is known color: Psychedelic Purple. HEX triplet: E3, 20 and E9. RGB value is (227,32,233). Sum of RGB (Red+Green+Blue) = 227+32+233=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #E320E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E320E9 is #1CDF16. Grayscale: #707070. Windows color (decimal): -1892119 or 15278307. OLE color: 15278307.

HSL color Cylindrical-coordinate representation of color #E320E9: hue angle of 298.21º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E320E9 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 227 32 233 -
CMYK 0.03 0.86 0 0.09
HSL 298.21º 0.82% 0.52% -
HSV(B) 298.21º 0.86% 0.91% -
XYZ 46.9 23.25 79.11 -
YUV 113.22 195.6 209.16 -
System Red Green Blue C M Y K H S L
Decimal 227 32 233 0.03 0.86 0 0.09 298.21 0.82 0.52
Hex E3 20 E9 3 56 0 9 12A 52 34
Octal 343 40 351 3 126 0 11 452 122 64
Binary 11100011 100000 11101001 11 1010110 0 1001 100101010 1010010 110100

Color Harmonies of #E320E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E320E9

Black with #E320E9

Text Example


Text Example

White with #E320E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E320E9; }

 p { color: rgb(227,32,233); }

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

background-color css

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

 a { background-color: rgb(227,32,233); }

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

border-color css

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

 span { border-color: rgb(227,32,233); }

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