Html Css Color HEX #E403EA Psychedelic Purple

📋 copy color: '#E403EA'

red 228 ◦ green 3 ◦ blue 234

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

Shades of Psychedelic Purple #E403EA

Tints of Psychedelic Purple #E403EA

RGB

 RED value IS 228 (89.45% from 255) = 49.03%

 GREEN value IS 3 (1.56% from 255) = 0.65%

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

R = 49.03%
G = 0.65%
B = 50.32%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E403EA (or 0xE403EA) is known color: Psychedelic Purple. HEX triplet: E4, 03 and EA. RGB value is (228,3,234). Sum of RGB (Red+Green+Blue) = 228+3+234=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #E403EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E403EA is #1BFC15. Grayscale: #5F5F5F. Windows color (decimal): -1834006 or 15336420. OLE color: 15336420.

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

Color convert

RGB 228 3 234 -
CMYK 0.03 0.99 0 0.08
HSL 298.44º 0.97% 0.46% -
HSV(B) 298.44º 0.99% 0.92% -
XYZ 46.88 22.5 79.71 -
YUV 96.61 205.54 221.72 -
System Red Green Blue C M Y K H S L
Decimal 228 3 234 0.03 0.99 0 0.08 298.44 0.97 0.46
Hex E4 3 EA 3 63 0 8 12A 61 2E
Octal 344 3 352 3 143 0 10 452 141 56
Binary 11100100 11 11101010 11 1100011 0 1000 100101010 1100001 101110

Color Harmonies of #E403EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E403EA

Black with #E403EA

Text Example


Text Example

White with #E403EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E403EA; }

 p { color: rgb(228,3,234); }

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

background-color css

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

 a { background-color: rgb(228,3,234); }

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

border-color css

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

 span { border-color: rgb(228,3,234); }

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