Html Css Color HEX #E414EB Psychedelic Purple

📋 copy color: '#E414EB'

red 228 ◦ green 20 ◦ blue 235

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

Shades of Psychedelic Purple #E414EB

Tints of Psychedelic Purple #E414EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 47.2%
G = 4.14%
B = 48.65%

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

#E414EB (or 0xE414EB) is known color: Psychedelic Purple. HEX triplet: E4, 14 and EB. RGB value is (228,20,235). Sum of RGB (Red+Green+Blue) = 228+20+235=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #E414EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E414EB is #1BEB14. Grayscale: #6A6A6A. Windows color (decimal): -1829653 or 15406308. OLE color: 15406308.

HSL color Cylindrical-coordinate representation of color #E414EB: hue angle of 298.05º degrees, saturation: 0.84, 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 #E414EB is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 20 235 -
CMYK 0.03 0.91 0 0.08
HSL 298.05º 0.84% 0.5% -
HSV(B) 298.05º 0.91% 0.92% -
XYZ 47.24 22.99 80.55 -
YUV 106.7 200.41 214.52 -
System Red Green Blue C M Y K H S L
Decimal 228 20 235 0.03 0.91 0 0.08 298.05 0.84 0.5
Hex E4 14 EB 3 5B 0 8 12A 54 32
Octal 344 24 353 3 133 0 10 452 124 62
Binary 11100100 10100 11101011 11 1011011 0 1000 100101010 1010100 110010

Color Harmonies of #E414EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E414EB

Black with #E414EB

Text Example


Text Example

White with #E414EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E414EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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