Html Css Color HEX #E40EEE Psychedelic Purple

📋 copy color: '#E40EEE'

red 228 ◦ green 14 ◦ blue 238

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

Shades of Psychedelic Purple #E40EEE

Tints of Psychedelic Purple #E40EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.92%

 BLUE value IS 238 (93.36% from 255) = 49.58%

R = 47.5%
G = 2.92%
B = 49.58%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E40EEE (or 0xE40EEE) is known color: Psychedelic Purple. HEX triplet: E4, 0E and EE. RGB value is (228,14,238). Sum of RGB (Red+Green+Blue) = 228+14+238=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 14 (5.86% from 255 or 2.92% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #E40EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40EEE is #1BF111. Grayscale: #666666. Windows color (decimal): -1831186 or 15601380. OLE color: 15601380.

HSL color Cylindrical-coordinate representation of color #E40EEE: hue angle of 297.32º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40EEE is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 14 238 -
CMYK 0.04 0.94 0 0.07
HSL 297.32º 0.89% 0.49% -
HSV(B) 297.32º 0.94% 0.93% -
XYZ 47.58 22.98 82.82 -
YUV 103.52 203.9 216.79 -
System Red Green Blue C M Y K H S L
Decimal 228 14 238 0.04 0.94 0 0.07 297.32 0.89 0.49
Hex E4 E EE 4 5E 0 7 129 59 31
Octal 344 16 356 4 136 0 7 451 131 61
Binary 11100100 1110 11101110 100 1011110 0 111 100101001 1011001 110001

Color Harmonies of #E40EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40EEE

Black with #E40EEE

Text Example


Text Example

White with #E40EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40EEE; }

 p { color: rgb(228,14,238); }

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

background-color css

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

 a { background-color: rgb(228,14,238); }

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

border-color css

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

 span { border-color: rgb(228,14,238); }

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