Html Css Color HEX #E413FA Psychedelic Purple

📋 copy color: '#E413FA'

red 228 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #E413FA

Tints of Psychedelic Purple #E413FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.82%

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

R = 45.88%
G = 3.82%
B = 50.3%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E413FA (or 0xE413FA) is known color: Psychedelic Purple. HEX triplet: E4, 13 and FA. RGB value is (228,19,250). Sum of RGB (Red+Green+Blue) = 228+19+250=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 19 (7.81% from 255 or 3.82% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #E413FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E413FA is #1BEC05. Grayscale: #6B6B6B. Windows color (decimal): -1829894 or 16389092. OLE color: 16389092.

HSL color Cylindrical-coordinate representation of color #E413FA: hue angle of 294.29º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E413FA is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 19 250 -
CMYK 0.09 0.92 0 0.02
HSL 294.29º 0.96% 0.53% -
HSV(B) 294.29º 0.92% 0.98% -
XYZ 49.48 23.86 92.44 -
YUV 107.83 208.24 213.72 -
System Red Green Blue C M Y K H S L
Decimal 228 19 250 0.09 0.92 0 0.02 294.29 0.96 0.53
Hex E4 13 FA 9 5C 0 2 126 60 35
Octal 344 23 372 11 134 0 2 446 140 65
Binary 11100100 10011 11111010 1001 1011100 0 10 100100110 1100000 110101

Color Harmonies of #E413FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E413FA

Black with #E413FA

Text Example


Text Example

White with #E413FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E413FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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