Html Css Color HEX #E416E2 Psychedelic Purple

📋 copy color: '#E416E2'

red 228 ◦ green 22 ◦ blue 226

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

Shades of Psychedelic Purple #E416E2

Tints of Psychedelic Purple #E416E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.48%

R = 47.9%
G = 4.62%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E416E2 (or 0xE416E2) is known color: Psychedelic Purple. HEX triplet: E4, 16 and E2. RGB value is (228,22,226). Sum of RGB (Red+Green+Blue) = 228+22+226=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 22 (8.98% from 255 or 4.62% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E416E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E416E2 is #1BE91D. Grayscale: #6A6A6A. Windows color (decimal): -1829150 or 14816996. OLE color: 14816996.

HSL color Cylindrical-coordinate representation of color #E416E2: hue angle of 300.58º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E416E2 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 22 226 -
CMYK 0 0.90 0.01 0.11
HSL 300.58º 0.82% 0.49% -
HSV(B) 300.58º 0.9% 0.89% -
XYZ 46.01 22.56 73.88 -
YUV 106.85 195.25 214.41 -
System Red Green Blue C M Y K H S L
Decimal 228 22 226 0 0.90 0.01 0.11 300.58 0.82 0.49
Hex E4 16 E2 0 5A 1 B 12D 52 31
Octal 344 26 342 0 132 1 13 455 122 61
Binary 11100100 10110 11100010 0 1011010 1 1011 100101101 1010010 110001

Color Harmonies of #E416E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E416E2

Black with #E416E2

Text Example


Text Example

White with #E416E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E416E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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