Html Css Color HEX #E41FFD Psychedelic Purple

📋 copy color: '#E41FFD'

red 228 ◦ green 31 ◦ blue 253

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

Shades of Psychedelic Purple #E41FFD

Tints of Psychedelic Purple #E41FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.05%

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

R = 44.53%
G = 6.05%
B = 49.41%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E41FFD (or 0xE41FFD) is known color: Psychedelic Purple. HEX triplet: E4, 1F and FD. RGB value is (228,31,253). Sum of RGB (Red+Green+Blue) = 228+31+253=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 31 (12.5% from 255 or 6.05% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #E41FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41FFD is #1BE002. Grayscale: #727272. Windows color (decimal): -1826819 or 16588772. OLE color: 16588772.

HSL color Cylindrical-coordinate representation of color #E41FFD: hue angle of 293.24º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41FFD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 31 253 -
CMYK 0.10 0.88 0 0.01
HSL 293.24º 0.98% 0.56% -
HSV(B) 293.24º 0.88% 0.99% -
XYZ 50.21 24.57 95.02 -
YUV 115.21 205.77 208.45 -
System Red Green Blue C M Y K H S L
Decimal 228 31 253 0.10 0.88 0 0.01 293.24 0.98 0.56
Hex E4 1F FD A 58 0 1 125 62 38
Octal 344 37 375 12 130 0 1 445 142 70
Binary 11100100 11111 11111101 1010 1011000 0 1 100100101 1100010 111000

Color Harmonies of #E41FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41FFD

Black with #E41FFD

Text Example


Text Example

White with #E41FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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