Html Css Color HEX #E41AFD Psychedelic Purple

📋 copy color: '#E41AFD'

red 228 ◦ green 26 ◦ blue 253

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

Shades of Psychedelic Purple #E41AFD

Tints of Psychedelic Purple #E41AFD

RGB

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

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

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

R = 44.97%
G = 5.13%
B = 49.9%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E41AFD (or 0xE41AFD) is known color: Psychedelic Purple. HEX triplet: E4, 1A and FD. RGB value is (228,26,253). Sum of RGB (Red+Green+Blue) = 228+26+253=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 26 (10.55% from 255 or 5.13% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #E41AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41AFD is #1BE502. Grayscale: #6F6F6F. Windows color (decimal): -1828099 or 16587492. OLE color: 16587492.

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

Color convert

RGB 228 26 253 -
CMYK 0.10 0.90 0 0.01
HSL 293.39º 0.98% 0.55% -
HSV(B) 293.39º 0.9% 0.99% -
XYZ 50.09 24.32 94.98 -
YUV 112.28 207.42 210.54 -
System Red Green Blue C M Y K H S L
Decimal 228 26 253 0.10 0.90 0 0.01 293.39 0.98 0.55
Hex E4 1A FD A 5A 0 1 125 62 37
Octal 344 32 375 12 132 0 1 445 142 67
Binary 11100100 11010 11111101 1010 1011010 0 1 100100101 1100010 110111

Color Harmonies of #E41AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41AFD

Black with #E41AFD

Text Example


Text Example

White with #E41AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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