Html Css Color HEX #E41BEC Psychedelic Purple

📋 copy color: '#E41BEC'

red 228 ◦ green 27 ◦ blue 236

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

Shades of Psychedelic Purple #E41BEC

Tints of Psychedelic Purple #E41BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 46.44%
G = 5.5%
B = 48.07%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E41BEC (or 0xE41BEC) is known color: Psychedelic Purple. HEX triplet: E4, 1B and EC. RGB value is (228,27,236). Sum of RGB (Red+Green+Blue) = 228+27+236=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 27 (10.94% from 255 or 5.50% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #E41BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41BEC is #1BE413. Grayscale: #6E6E6E. Windows color (decimal): -1827860 or 15473636. OLE color: 15473636.

HSL color Cylindrical-coordinate representation of color #E41BEC: hue angle of 297.7º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41BEC is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 27 236 -
CMYK 0.03 0.89 0 0.07
HSL 297.7º 0.85% 0.52% -
HSV(B) 297.7º 0.89% 0.93% -
XYZ 47.53 23.33 81.36 -
YUV 110.93 198.59 211.51 -
System Red Green Blue C M Y K H S L
Decimal 228 27 236 0.03 0.89 0 0.07 297.7 0.85 0.52
Hex E4 1B EC 3 59 0 7 12A 55 34
Octal 344 33 354 3 131 0 7 452 125 64
Binary 11100100 11011 11101100 11 1011001 0 111 100101010 1010101 110100

Color Harmonies of #E41BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41BEC

Black with #E41BEC

Text Example


Text Example

White with #E41BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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