Html Css Color HEX #E41CFD Psychedelic Purple

📋 copy color: '#E41CFD'

red 228 ◦ green 28 ◦ blue 253

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

Shades of Psychedelic Purple #E41CFD

Tints of Psychedelic Purple #E41CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 44.79%
G = 5.5%
B = 49.71%

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

#E41CFD (or 0xE41CFD) is known color: Psychedelic Purple. HEX triplet: E4, 1C and FD. RGB value is (228,28,253). Sum of RGB (Red+Green+Blue) = 228+28+253=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #E41CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41CFD is #1BE302. Grayscale: #707070. Windows color (decimal): -1827587 or 16588004. OLE color: 16588004.

HSL color Cylindrical-coordinate representation of color #E41CFD: hue angle of 293.33º degrees, saturation: 0.98, 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 #E41CFD is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 28 253 -
CMYK 0.10 0.89 0 0.01
HSL 293.33º 0.98% 0.55% -
HSV(B) 293.33º 0.89% 0.99% -
XYZ 50.14 24.42 95 -
YUV 113.45 206.76 209.7 -
System Red Green Blue C M Y K H S L
Decimal 228 28 253 0.10 0.89 0 0.01 293.33 0.98 0.55
Hex E4 1C FD A 59 0 1 125 62 37
Octal 344 34 375 12 131 0 1 445 142 67
Binary 11100100 11100 11111101 1010 1011001 0 1 100100101 1100010 110111

Color Harmonies of #E41CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41CFD

Black with #E41CFD

Text Example


Text Example

White with #E41CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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