Html Css Color HEX #E41DFA Psychedelic Purple

📋 copy color: '#E41DFA'

red 228 ◦ green 29 ◦ blue 250

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

Shades of Psychedelic Purple #E41DFA

Tints of Psychedelic Purple #E41DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.72%

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 44.97%
G = 5.72%
B = 49.31%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E41DFA (or 0xE41DFA) is known color: Psychedelic Purple. HEX triplet: E4, 1D and FA. RGB value is (228,29,250). Sum of RGB (Red+Green+Blue) = 228+29+250=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 29 (11.72% from 255 or 5.72% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #E41DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41DFA is #1BE205. Grayscale: #717171. Windows color (decimal): -1827334 or 16391652. OLE color: 16391652.

HSL color Cylindrical-coordinate representation of color #E41DFA: hue angle of 294.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41DFA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 29 250 -
CMYK 0.09 0.88 0 0.02
HSL 294.03º 0.96% 0.55% -
HSV(B) 294.03º 0.88% 0.98% -
XYZ 49.69 24.27 92.51 -
YUV 113.7 204.93 209.53 -
System Red Green Blue C M Y K H S L
Decimal 228 29 250 0.09 0.88 0 0.02 294.03 0.96 0.55
Hex E4 1D FA 9 58 0 2 126 60 37
Octal 344 35 372 11 130 0 2 446 140 67
Binary 11100100 11101 11111010 1001 1011000 0 10 100100110 1100000 110111

Color Harmonies of #E41DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DFA

Black with #E41DFA

Text Example


Text Example

White with #E41DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DFA; }

 p { color: rgb(228,29,250); }

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

background-color css

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

 a { background-color: rgb(228,29,250); }

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

border-color css

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

 span { border-color: rgb(228,29,250); }

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