Html Css Color HEX #E40AEB Psychedelic Purple

📋 copy color: '#E40AEB'

red 228 ◦ green 10 ◦ blue 235

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

Shades of Psychedelic Purple #E40AEB

Tints of Psychedelic Purple #E40AEB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.11%

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

R = 48.2%
G = 2.11%
B = 49.68%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E40AEB (or 0xE40AEB) is known color: Psychedelic Purple. HEX triplet: E4, 0A and EB. RGB value is (228,10,235). Sum of RGB (Red+Green+Blue) = 228+10+235=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 10 (4.30% from 255 or 2.11% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #E40AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40AEB is #1BF514. Grayscale: #646464. Windows color (decimal): -1832213 or 15403748. OLE color: 15403748.

HSL color Cylindrical-coordinate representation of color #E40AEB: hue angle of 298.13º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40AEB is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 10 235 -
CMYK 0.03 0.96 0 0.08
HSL 298.13º 0.92% 0.48% -
HSV(B) 298.13º 0.96% 0.92% -
XYZ 47.1 22.71 80.5 -
YUV 100.83 203.72 218.7 -
System Red Green Blue C M Y K H S L
Decimal 228 10 235 0.03 0.96 0 0.08 298.13 0.92 0.48
Hex E4 A EB 3 60 0 8 12A 5C 30
Octal 344 12 353 3 140 0 10 452 134 60
Binary 11100100 1010 11101011 11 1100000 0 1000 100101010 1011100 110000

Color Harmonies of #E40AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40AEB

Black with #E40AEB

Text Example


Text Example

White with #E40AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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