Html Css Color HEX #E414EE Psychedelic Purple

📋 copy color: '#E414EE'

red 228 ◦ green 20 ◦ blue 238

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

Shades of Psychedelic Purple #E414EE

Tints of Psychedelic Purple #E414EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.12%

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

R = 46.91%
G = 4.12%
B = 48.97%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E414EE (or 0xE414EE) is known color: Psychedelic Purple. HEX triplet: E4, 14 and EE. RGB value is (228,20,238). Sum of RGB (Red+Green+Blue) = 228+20+238=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 20 (8.20% from 255 or 4.12% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #E414EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E414EE is #1BEB11. Grayscale: #6A6A6A. Windows color (decimal): -1829650 or 15602916. OLE color: 15602916.

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

Color convert

RGB 228 20 238 -
CMYK 0.04 0.92 0 0.07
HSL 297.25º 0.87% 0.51% -
HSV(B) 297.25º 0.92% 0.93% -
XYZ 47.68 23.17 82.85 -
YUV 107.04 201.91 214.27 -
System Red Green Blue C M Y K H S L
Decimal 228 20 238 0.04 0.92 0 0.07 297.25 0.87 0.51
Hex E4 14 EE 4 5C 0 7 129 57 33
Octal 344 24 356 4 134 0 7 451 127 63
Binary 11100100 10100 11101110 100 1011100 0 111 100101001 1010111 110011

Color Harmonies of #E414EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E414EE

Black with #E414EE

Text Example


Text Example

White with #E414EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E414EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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