Html Css Color HEX #E412FC Psychedelic Purple

📋 copy color: '#E412FC'

red 228 ◦ green 18 ◦ blue 252

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

Shades of Psychedelic Purple #E412FC

Tints of Psychedelic Purple #E412FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 45.78%
G = 3.61%
B = 50.6%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E412FC (or 0xE412FC) is known color: Psychedelic Purple. HEX triplet: E4, 12 and FC. RGB value is (228,18,252). Sum of RGB (Red+Green+Blue) = 228+18+252=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 18 (7.42% from 255 or 3.61% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #E412FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E412FC is #1BED03. Grayscale: #6A6A6A. Windows color (decimal): -1830148 or 16519908. OLE color: 16519908.

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

Color convert

RGB 228 18 252 -
CMYK 0.10 0.93 0 0.01
HSL 293.85º 0.98% 0.53% -
HSV(B) 293.85º 0.93% 0.99% -
XYZ 49.78 23.95 94.1 -
YUV 107.47 209.57 213.97 -
System Red Green Blue C M Y K H S L
Decimal 228 18 252 0.10 0.93 0 0.01 293.85 0.98 0.53
Hex E4 12 FC A 5D 0 1 126 62 35
Octal 344 22 374 12 135 0 1 446 142 65
Binary 11100100 10010 11111100 1010 1011101 0 1 100100110 1100010 110101

Color Harmonies of #E412FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E412FC

Black with #E412FC

Text Example


Text Example

White with #E412FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E412FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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