Html Css Color HEX #E407E2 Psychedelic Purple

📋 copy color: '#E407E2'

red 228 ◦ green 7 ◦ blue 226

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

Shades of Psychedelic Purple #E407E2

Tints of Psychedelic Purple #E407E2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.52%

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

R = 49.46%
G = 1.52%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E407E2 (or 0xE407E2) is known color: Psychedelic Purple. HEX triplet: E4, 07 and E2. RGB value is (228,7,226). Sum of RGB (Red+Green+Blue) = 228+7+226=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 226 (88.67% from 255 or 49.02% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E407E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E407E2 is #1BF81D. Grayscale: #616161. Windows color (decimal): -1832990 or 14813156. OLE color: 14813156.

HSL color Cylindrical-coordinate representation of color #E407E2: hue angle of 300.54º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E407E2 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 7 226 -
CMYK 0 0.97 0.01 0.11
HSL 300.54º 0.94% 0.46% -
HSV(B) 300.54º 0.97% 0.89% -
XYZ 45.8 22.14 73.81 -
YUV 98.05 200.22 220.69 -
System Red Green Blue C M Y K H S L
Decimal 228 7 226 0 0.97 0.01 0.11 300.54 0.94 0.46
Hex E4 7 E2 0 61 1 B 12D 5E 2E
Octal 344 7 342 0 141 1 13 455 136 56
Binary 11100100 111 11100010 0 1100001 1 1011 100101101 1011110 101110

Color Harmonies of #E407E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E407E2

Black with #E407E2

Text Example


Text Example

White with #E407E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E407E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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