Html Css Color HEX #E301EA Psychedelic Purple

📋 copy color: '#E301EA'

red 227 ◦ green 1 ◦ blue 234

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

Shades of Psychedelic Purple #E301EA

Tints of Psychedelic Purple #E301EA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 49.13%
G = 0.22%
B = 50.65%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E301EA (or 0xE301EA) is known color: Psychedelic Purple. HEX triplet: E3, 01 and EA. RGB value is (227,1,234). Sum of RGB (Red+Green+Blue) = 227+1+234=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #E301EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E301EA is #1CFE15. Grayscale: #5E5E5E. Windows color (decimal): -1900054 or 15335907. OLE color: 15335907.

HSL color Cylindrical-coordinate representation of color #E301EA: hue angle of 298.2º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301EA is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 1 234 -
CMYK 0.03 1.00 0 0.08
HSL 298.2º 0.99% 0.46% -
HSV(B) 298.2º 1% 0.92% -
XYZ 46.54 22.29 79.69 -
YUV 95.14 206.37 222.05 -
System Red Green Blue C M Y K H S L
Decimal 227 1 234 0.03 1.00 0 0.08 298.2 0.99 0.46
Hex E3 1 EA 3 64 0 8 12A 63 2E
Octal 343 1 352 3 144 0 10 452 143 56
Binary 11100011 1 11101010 11 1100100 0 1000 100101010 1100011 101110

Color Harmonies of #E301EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E301EA

Black with #E301EA

Text Example


Text Example

White with #E301EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E301EA; }

 p { color: rgb(227,1,234); }

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

background-color css

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

 a { background-color: rgb(227,1,234); }

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

border-color css

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

 span { border-color: rgb(227,1,234); }

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