Html Css Color HEX #E41CF2 Psychedelic Purple

📋 copy color: '#E41CF2'

red 228 ◦ green 28 ◦ blue 242

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

Shades of Psychedelic Purple #E41CF2

Tints of Psychedelic Purple #E41CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.59%

R = 45.78%
G = 5.62%
B = 48.59%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E41CF2 (or 0xE41CF2) is known color: Psychedelic Purple. HEX triplet: E4, 1C and F2. RGB value is (228,28,242). Sum of RGB (Red+Green+Blue) = 228+28+242=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 28 (11.33% from 255 or 5.62% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #E41CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41CF2 is #1BE30D. Grayscale: #6F6F6F. Windows color (decimal): -1827598 or 15867108. OLE color: 15867108.

HSL color Cylindrical-coordinate representation of color #E41CF2: hue angle of 296.07º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41CF2 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 28 242 -
CMYK 0.06 0.88 0 0.05
HSL 296.07º 0.89% 0.53% -
HSV(B) 296.07º 0.88% 0.95% -
XYZ 48.44 23.74 86.03 -
YUV 112.2 201.26 210.6 -
System Red Green Blue C M Y K H S L
Decimal 228 28 242 0.06 0.88 0 0.05 296.07 0.89 0.53
Hex E4 1C F2 6 58 0 5 128 59 35
Octal 344 34 362 6 130 0 5 450 131 65
Binary 11100100 11100 11110010 110 1011000 0 101 100101000 1011001 110101

Color Harmonies of #E41CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41CF2

Black with #E41CF2

Text Example


Text Example

White with #E41CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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