Html Css Color HEX #E21AEB Psychedelic Purple

📋 copy color: '#E21AEB'

red 226 ◦ green 26 ◦ blue 235

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

Shades of Psychedelic Purple #E21AEB

Tints of Psychedelic Purple #E21AEB

RGB

 RED value IS 226 (88.67% from 255) = 46.41%

 GREEN value IS 26 (10.55% from 255) = 5.34%

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

R = 46.41%
G = 5.34%
B = 48.25%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E21AEB (or 0xE21AEB) is known color: Psychedelic Purple. HEX triplet: E2, 1A and EB. RGB value is (226,26,235). Sum of RGB (Red+Green+Blue) = 226+26+235=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #E21AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21AEB is #1DE514. Grayscale: #6C6C6C. Windows color (decimal): -1959189 or 15407842. OLE color: 15407842.

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

Color convert

RGB 226 26 235 -
CMYK 0.04 0.89 0 0.08
HSL 297.42º 0.84% 0.51% -
HSV(B) 297.42º 0.89% 0.92% -
XYZ 46.73 22.91 80.56 -
YUV 109.63 198.76 211.01 -
System Red Green Blue C M Y K H S L
Decimal 226 26 235 0.04 0.89 0 0.08 297.42 0.84 0.51
Hex E2 1A EB 4 59 0 8 129 54 33
Octal 342 32 353 4 131 0 10 451 124 63
Binary 11100010 11010 11101011 100 1011001 0 1000 100101001 1010100 110011

Color Harmonies of #E21AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21AEB

Black with #E21AEB

Text Example


Text Example

White with #E21AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21AEB; }

 p { color: rgb(226,26,235); }

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

background-color css

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

 a { background-color: rgb(226,26,235); }

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

border-color css

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

 span { border-color: rgb(226,26,235); }

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