Html Css Color HEX #E412FA Psychedelic Purple

📋 copy color: '#E412FA'

red 228 ◦ green 18 ◦ blue 250

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

Shades of Psychedelic Purple #E412FA

Tints of Psychedelic Purple #E412FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.63%

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

R = 45.97%
G = 3.63%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E412FA (or 0xE412FA) is known color: Psychedelic Purple. HEX triplet: E4, 12 and FA. RGB value is (228,18,250). Sum of RGB (Red+Green+Blue) = 228+18+250=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 18 (7.42% from 255 or 3.63% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #E412FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E412FA is #1BED05. Grayscale: #6A6A6A. Windows color (decimal): -1830150 or 16388836. OLE color: 16388836.

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

Color convert

RGB 228 18 250 -
CMYK 0.09 0.93 0 0.02
HSL 294.31º 0.96% 0.53% -
HSV(B) 294.31º 0.93% 0.98% -
XYZ 49.47 23.83 92.43 -
YUV 107.24 208.57 214.14 -
System Red Green Blue C M Y K H S L
Decimal 228 18 250 0.09 0.93 0 0.02 294.31 0.96 0.53
Hex E4 12 FA 9 5D 0 2 126 60 35
Octal 344 22 372 11 135 0 2 446 140 65
Binary 11100100 10010 11111010 1001 1011101 0 10 100100110 1100000 110101

Color Harmonies of #E412FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E412FA

Black with #E412FA

Text Example


Text Example

White with #E412FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E412FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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