Html Css Color HEX #E41CFC Psychedelic Purple

📋 copy color: '#E41CFC'

red 228 ◦ green 28 ◦ blue 252

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

Shades of Psychedelic Purple #E41CFC

Tints of Psychedelic Purple #E41CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 44.88%
G = 5.51%
B = 49.61%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E41CFC (or 0xE41CFC) is known color: Psychedelic Purple. HEX triplet: E4, 1C and FC. RGB value is (228,28,252). Sum of RGB (Red+Green+Blue) = 228+28+252=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 28 (11.33% from 255 or 5.51% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #E41CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41CFC is #1BE303. Grayscale: #707070. Windows color (decimal): -1827588 or 16522468. OLE color: 16522468.

HSL color Cylindrical-coordinate representation of color #E41CFC: hue angle of 293.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41CFC is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 28 252 -
CMYK 0.10 0.89 0 0.01
HSL 293.57º 0.97% 0.55% -
HSV(B) 293.57º 0.89% 0.99% -
XYZ 49.98 24.35 94.16 -
YUV 113.34 206.26 209.79 -
System Red Green Blue C M Y K H S L
Decimal 228 28 252 0.10 0.89 0 0.01 293.57 0.97 0.55
Hex E4 1C FC A 59 0 1 126 61 37
Octal 344 34 374 12 131 0 1 446 141 67
Binary 11100100 11100 11111100 1010 1011001 0 1 100100110 1100001 110111

Color Harmonies of #E41CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41CFC

Black with #E41CFC

Text Example


Text Example

White with #E41CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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