Html Css Color HEX #E410EA Psychedelic Purple

📋 copy color: '#E410EA'

red 228 ◦ green 16 ◦ blue 234

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

Shades of Psychedelic Purple #E410EA

Tints of Psychedelic Purple #E410EA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.35%

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

R = 47.7%
G = 3.35%
B = 48.95%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E410EA (or 0xE410EA) is known color: Psychedelic Purple. HEX triplet: E4, 10 and EA. RGB value is (228,16,234). Sum of RGB (Red+Green+Blue) = 228+16+234=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 16 (6.64% from 255 or 3.35% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #E410EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E410EA is #1BEF15. Grayscale: #676767. Windows color (decimal): -1830678 or 15339748. OLE color: 15339748.

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

Color convert

RGB 228 16 234 -
CMYK 0.03 0.93 0 0.08
HSL 298.35º 0.87% 0.49% -
HSV(B) 298.35º 0.93% 0.92% -
XYZ 47.03 22.81 79.76 -
YUV 104.24 201.24 216.27 -
System Red Green Blue C M Y K H S L
Decimal 228 16 234 0.03 0.93 0 0.08 298.35 0.87 0.49
Hex E4 10 EA 3 5D 0 8 12A 57 31
Octal 344 20 352 3 135 0 10 452 127 61
Binary 11100100 10000 11101010 11 1011101 0 1000 100101010 1010111 110001

Color Harmonies of #E410EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E410EA

Black with #E410EA

Text Example


Text Example

White with #E410EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E410EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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