Html Css Color HEX #E41AFA Psychedelic Purple

📋 copy color: '#E41AFA'

red 228 ◦ green 26 ◦ blue 250

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

Shades of Psychedelic Purple #E41AFA

Tints of Psychedelic Purple #E41AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 45.24%
G = 5.16%
B = 49.6%

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

#E41AFA (or 0xE41AFA) is known color: Psychedelic Purple. HEX triplet: E4, 1A and FA. RGB value is (228,26,250). Sum of RGB (Red+Green+Blue) = 228+26+250=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 26 (10.55% from 255 or 5.16% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #E41AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41AFA is #1BE505. Grayscale: #6F6F6F. Windows color (decimal): -1828102 or 16390884. OLE color: 16390884.

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

Color convert

RGB 228 26 250 -
CMYK 0.09 0.90 0 0.02
HSL 294.11º 0.96% 0.54% -
HSV(B) 294.11º 0.9% 0.98% -
XYZ 49.62 24.13 92.49 -
YUV 111.93 205.92 210.79 -
System Red Green Blue C M Y K H S L
Decimal 228 26 250 0.09 0.90 0 0.02 294.11 0.96 0.54
Hex E4 1A FA 9 5A 0 2 126 60 36
Octal 344 32 372 11 132 0 2 446 140 66
Binary 11100100 11010 11111010 1001 1011010 0 10 100100110 1100000 110110

Color Harmonies of #E41AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41AFA

Black with #E41AFA

Text Example


Text Example

White with #E41AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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