Html Css Color HEX #E21BEA Psychedelic Purple

📋 copy color: '#E21BEA'

red 226 ◦ green 27 ◦ blue 234

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

Shades of Psychedelic Purple #E21BEA

Tints of Psychedelic Purple #E21BEA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.54%

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 46.41%
G = 5.54%
B = 48.05%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E21BEA (or 0xE21BEA) is known color: Psychedelic Purple. HEX triplet: E2, 1B and EA. RGB value is (226,27,234). Sum of RGB (Red+Green+Blue) = 226+27+234=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 27 (10.94% from 255 or 5.54% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #E21BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21BEA is #1DE415. Grayscale: #6D6D6D. Windows color (decimal): -1958934 or 15342562. OLE color: 15342562.

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

Color convert

RGB 226 27 234 -
CMYK 0.03 0.88 0 0.08
HSL 297.68º 0.83% 0.51% -
HSV(B) 297.68º 0.88% 0.92% -
XYZ 46.61 22.89 79.8 -
YUV 110.1 197.93 210.67 -
System Red Green Blue C M Y K H S L
Decimal 226 27 234 0.03 0.88 0 0.08 297.68 0.83 0.51
Hex E2 1B EA 3 58 0 8 12A 53 33
Octal 342 33 352 3 130 0 10 452 123 63
Binary 11100010 11011 11101010 11 1011000 0 1000 100101010 1010011 110011

Color Harmonies of #E21BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21BEA

Black with #E21BEA

Text Example


Text Example

White with #E21BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21BEA; }

 p { color: rgb(226,27,234); }

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

background-color css

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

 a { background-color: rgb(226,27,234); }

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

border-color css

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

 span { border-color: rgb(226,27,234); }

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