Html Css Color HEX #E41CEA Psychedelic Purple

📋 copy color: '#E41CEA'

red 228 ◦ green 28 ◦ blue 234

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

Shades of Psychedelic Purple #E41CEA

Tints of Psychedelic Purple #E41CEA

RGB

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

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

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

R = 46.53%
G = 5.71%
B = 47.76%

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

#E41CEA (or 0xE41CEA) is known color: Psychedelic Purple. HEX triplet: E4, 1C and EA. RGB value is (228,28,234). Sum of RGB (Red+Green+Blue) = 228+28+234=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #E41CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41CEA is #1BE315. Grayscale: #6E6E6E. Windows color (decimal): -1827606 or 15342820. OLE color: 15342820.

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

Color convert

RGB 228 28 234 -
CMYK 0.03 0.88 0 0.08
HSL 298.25º 0.83% 0.51% -
HSV(B) 298.25º 0.88% 0.92% -
XYZ 47.26 23.27 79.84 -
YUV 111.28 197.26 211.25 -
System Red Green Blue C M Y K H S L
Decimal 228 28 234 0.03 0.88 0 0.08 298.25 0.83 0.51
Hex E4 1C EA 3 58 0 8 12A 53 33
Octal 344 34 352 3 130 0 10 452 123 63
Binary 11100100 11100 11101010 11 1011000 0 1000 100101010 1010011 110011

Color Harmonies of #E41CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41CEA

Black with #E41CEA

Text Example


Text Example

White with #E41CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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