Html Css Color HEX #E41AFB Psychedelic Purple

📋 copy color: '#E41AFB'

red 228 ◦ green 26 ◦ blue 251

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

Shades of Psychedelic Purple #E41AFB

Tints of Psychedelic Purple #E41AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.15%

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

R = 45.15%
G = 5.15%
B = 49.7%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E41AFB (or 0xE41AFB) is known color: Psychedelic Purple. HEX triplet: E4, 1A and FB. RGB value is (228,26,251). Sum of RGB (Red+Green+Blue) = 228+26+251=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 26 (10.55% from 255 or 5.15% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #E41AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41AFB is #1BE504. Grayscale: #6F6F6F. Windows color (decimal): -1828101 or 16456420. OLE color: 16456420.

HSL color Cylindrical-coordinate representation of color #E41AFB: hue angle of 293.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41AFB is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 26 251 -
CMYK 0.09 0.90 0 0.02
HSL 293.87º 0.97% 0.54% -
HSV(B) 293.87º 0.9% 0.98% -
XYZ 49.78 24.2 93.31 -
YUV 112.05 206.42 210.7 -
System Red Green Blue C M Y K H S L
Decimal 228 26 251 0.09 0.90 0 0.02 293.87 0.97 0.54
Hex E4 1A FB 9 5A 0 2 126 61 36
Octal 344 32 373 11 132 0 2 446 141 66
Binary 11100100 11010 11111011 1001 1011010 0 10 100100110 1100001 110110

Color Harmonies of #E41AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41AFB

Black with #E41AFB

Text Example


Text Example

White with #E41AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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