Html Css Color HEX #E41DF0 Psychedelic Purple

📋 copy color: '#E41DF0'

red 228 ◦ green 29 ◦ blue 240

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

Shades of Psychedelic Purple #E41DF0

Tints of Psychedelic Purple #E41DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.29%

R = 45.88%
G = 5.84%
B = 48.29%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E41DF0 (or 0xE41DF0) is known color: Psychedelic Purple. HEX triplet: E4, 1D and F0. RGB value is (228,29,240). Sum of RGB (Red+Green+Blue) = 228+29+240=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 29 (11.72% from 255 or 5.84% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #E41DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41DF0 is #1BE20F. Grayscale: #6F6F6F. Windows color (decimal): -1827344 or 15736292. OLE color: 15736292.

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

Color convert

RGB 228 29 240 -
CMYK 0.05 0.88 0 0.06
HSL 296.59º 0.88% 0.53% -
HSV(B) 296.59º 0.88% 0.94% -
XYZ 48.16 23.66 84.47 -
YUV 112.56 199.93 210.34 -
System Red Green Blue C M Y K H S L
Decimal 228 29 240 0.05 0.88 0 0.06 296.59 0.88 0.53
Hex E4 1D F0 5 58 0 6 129 58 35
Octal 344 35 360 5 130 0 6 451 130 65
Binary 11100100 11101 11110000 101 1011000 0 110 100101001 1011000 110101

Color Harmonies of #E41DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DF0

Black with #E41DF0

Text Example


Text Example

White with #E41DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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