Html Css Color HEX #E41FFB Psychedelic Purple

📋 copy color: '#E41FFB'

red 228 ◦ green 31 ◦ blue 251

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

Shades of Psychedelic Purple #E41FFB

Tints of Psychedelic Purple #E41FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.22%

R = 44.71%
G = 6.08%
B = 49.22%

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

#E41FFB (or 0xE41FFB) is known color: Psychedelic Purple. HEX triplet: E4, 1F and FB. RGB value is (228,31,251). Sum of RGB (Red+Green+Blue) = 228+31+251=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 31 (12.5% from 255 or 6.08% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #E41FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41FFB is #1BE004. Grayscale: #727272. Windows color (decimal): -1826821 or 16457700. OLE color: 16457700.

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

Color convert

RGB 228 31 251 -
CMYK 0.09 0.88 0 0.02
HSL 293.73º 0.96% 0.55% -
HSV(B) 293.73º 0.88% 0.98% -
XYZ 49.9 24.44 93.35 -
YUV 114.98 204.77 208.61 -
System Red Green Blue C M Y K H S L
Decimal 228 31 251 0.09 0.88 0 0.02 293.73 0.96 0.55
Hex E4 1F FB 9 58 0 2 126 60 37
Octal 344 37 373 11 130 0 2 446 140 67
Binary 11100100 11111 11111011 1001 1011000 0 10 100100110 1100000 110111

Color Harmonies of #E41FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41FFB

Black with #E41FFB

Text Example


Text Example

White with #E41FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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