Html Css Color HEX #E41DF9 Psychedelic Purple

📋 copy color: '#E41DF9'

red 228 ◦ green 29 ◦ blue 249

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

Shades of Psychedelic Purple #E41DF9

Tints of Psychedelic Purple #E41DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 45.06%
G = 5.73%
B = 49.21%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E41DF9 (or 0xE41DF9) is known color: Psychedelic Purple. HEX triplet: E4, 1D and F9. RGB value is (228,29,249). Sum of RGB (Red+Green+Blue) = 228+29+249=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 29 (11.72% from 255 or 5.73% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #E41DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41DF9 is #1BE206. Grayscale: #707070. Windows color (decimal): -1827335 or 16326116. OLE color: 16326116.

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

Color convert

RGB 228 29 249 -
CMYK 0.08 0.88 0 0.02
HSL 294.27º 0.95% 0.55% -
HSV(B) 294.27º 0.88% 0.98% -
XYZ 49.53 24.21 91.69 -
YUV 113.58 204.43 209.61 -
System Red Green Blue C M Y K H S L
Decimal 228 29 249 0.08 0.88 0 0.02 294.27 0.95 0.55
Hex E4 1D F9 8 58 0 2 126 5F 37
Octal 344 35 371 10 130 0 2 446 137 67
Binary 11100100 11101 11111001 1000 1011000 0 10 100100110 1011111 110111

Color Harmonies of #E41DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DF9

Black with #E41DF9

Text Example


Text Example

White with #E41DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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