Html Css Color HEX #E41BEA Psychedelic Purple

📋 copy color: '#E41BEA'

red 228 ◦ green 27 ◦ blue 234

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

Shades of Psychedelic Purple #E41BEA

Tints of Psychedelic Purple #E41BEA

RGB

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

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

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

R = 46.63%
G = 5.52%
B = 47.85%

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

#E41BEA (or 0xE41BEA) is known color: Psychedelic Purple. HEX triplet: E4, 1B and EA. RGB value is (228,27,234). Sum of RGB (Red+Green+Blue) = 228+27+234=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 27 (10.94% from 255 or 5.52% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #E41BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41BEA is #1BE415. Grayscale: #6E6E6E. Windows color (decimal): -1827862 or 15342564. OLE color: 15342564.

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

Color convert

RGB 228 27 234 -
CMYK 0.03 0.88 0 0.08
HSL 298.26º 0.83% 0.51% -
HSV(B) 298.26º 0.88% 0.92% -
XYZ 47.24 23.22 79.83 -
YUV 110.7 197.59 211.67 -
System Red Green Blue C M Y K H S L
Decimal 228 27 234 0.03 0.88 0 0.08 298.26 0.83 0.51
Hex E4 1B EA 3 58 0 8 12A 53 33
Octal 344 33 352 3 130 0 10 452 123 63
Binary 11100100 11011 11101010 11 1011000 0 1000 100101010 1010011 110011

Color Harmonies of #E41BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41BEA

Black with #E41BEA

Text Example


Text Example

White with #E41BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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