Html Css Color HEX #E416EA Psychedelic Purple

📋 copy color: '#E416EA'

red 228 ◦ green 22 ◦ blue 234

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

Shades of Psychedelic Purple #E416EA

Tints of Psychedelic Purple #E416EA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.55%

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

R = 47.11%
G = 4.55%
B = 48.35%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E416EA (or 0xE416EA) is known color: Psychedelic Purple. HEX triplet: E4, 16 and EA. RGB value is (228,22,234). Sum of RGB (Red+Green+Blue) = 228+22+234=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #E416EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E416EA is #1BE915. Grayscale: #6B6B6B. Windows color (decimal): -1829142 or 15341284. OLE color: 15341284.

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

Color convert

RGB 228 22 234 -
CMYK 0.03 0.91 0 0.08
HSL 298.3º 0.83% 0.5% -
HSV(B) 298.3º 0.91% 0.92% -
XYZ 47.13 23.01 79.8 -
YUV 107.76 199.25 213.76 -
System Red Green Blue C M Y K H S L
Decimal 228 22 234 0.03 0.91 0 0.08 298.3 0.83 0.5
Hex E4 16 EA 3 5B 0 8 12A 53 32
Octal 344 26 352 3 133 0 10 452 123 62
Binary 11100100 10110 11101010 11 1011011 0 1000 100101010 1010011 110010

Color Harmonies of #E416EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E416EA

Black with #E416EA

Text Example


Text Example

White with #E416EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E416EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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