Html Css Color HEX #E42AEB Psychedelic Purple

📋 copy color: '#E42AEB'

red 228 ◦ green 42 ◦ blue 235

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

Shades of Psychedelic Purple #E42AEB

Tints of Psychedelic Purple #E42AEB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.32%

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

R = 45.15%
G = 8.32%
B = 46.53%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E42AEB (or 0xE42AEB) is known color: Psychedelic Purple. HEX triplet: E4, 2A and EB. RGB value is (228,42,235). Sum of RGB (Red+Green+Blue) = 228+42+235=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 42 (16.80% from 255 or 8.32% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #E42AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42AEB is #1BD514. Grayscale: #777777. Windows color (decimal): -1824021 or 15411940. OLE color: 15411940.

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

Color convert

RGB 228 42 235 -
CMYK 0.03 0.82 0 0.08
HSL 297.82º 0.83% 0.54% -
HSV(B) 297.82º 0.82% 0.92% -
XYZ 47.82 24.15 80.74 -
YUV 119.62 193.12 205.31 -
System Red Green Blue C M Y K H S L
Decimal 228 42 235 0.03 0.82 0 0.08 297.82 0.83 0.54
Hex E4 2A EB 3 52 0 8 12A 53 36
Octal 344 52 353 3 122 0 10 452 123 66
Binary 11100100 101010 11101011 11 1010010 0 1000 100101010 1010011 110110

Color Harmonies of #E42AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42AEB

Black with #E42AEB

Text Example


Text Example

White with #E42AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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