Html Css Color HEX #E41CEB Psychedelic Purple

📋 copy color: '#E41CEB'

red 228 ◦ green 28 ◦ blue 235

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

Shades of Psychedelic Purple #E41CEB

Tints of Psychedelic Purple #E41CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.7%

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

R = 46.44%
G = 5.7%
B = 47.86%

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

#E41CEB (or 0xE41CEB) is known color: Psychedelic Purple. HEX triplet: E4, 1C and EB. RGB value is (228,28,235). Sum of RGB (Red+Green+Blue) = 228+28+235=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #E41CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41CEB is #1BE314. Grayscale: #6E6E6E. Windows color (decimal): -1827605 or 15408356. OLE color: 15408356.

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

Color convert

RGB 228 28 235 -
CMYK 0.03 0.88 0 0.08
HSL 297.97º 0.84% 0.52% -
HSV(B) 297.97º 0.88% 0.92% -
XYZ 47.41 23.32 80.6 -
YUV 111.4 197.76 211.17 -
System Red Green Blue C M Y K H S L
Decimal 228 28 235 0.03 0.88 0 0.08 297.97 0.84 0.52
Hex E4 1C EB 3 58 0 8 12A 54 34
Octal 344 34 353 3 130 0 10 452 124 64
Binary 11100100 11100 11101011 11 1011000 0 1000 100101010 1010100 110100

Color Harmonies of #E41CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41CEB

Black with #E41CEB

Text Example


Text Example

White with #E41CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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