Html Css Color HEX #E413FC Psychedelic Purple

📋 copy color: '#E413FC'

red 228 ◦ green 19 ◦ blue 252

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

Shades of Psychedelic Purple #E413FC

Tints of Psychedelic Purple #E413FC

RGB

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

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

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

R = 45.69%
G = 3.81%
B = 50.5%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E413FC (or 0xE413FC) is known color: Psychedelic Purple. HEX triplet: E4, 13 and FC. RGB value is (228,19,252). Sum of RGB (Red+Green+Blue) = 228+19+252=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #E413FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E413FC is #1BEC03. Grayscale: #6B6B6B. Windows color (decimal): -1829892 or 16520164. OLE color: 16520164.

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

Color convert

RGB 228 19 252 -
CMYK 0.10 0.92 0 0.01
HSL 293.82º 0.97% 0.53% -
HSV(B) 293.82º 0.92% 0.99% -
XYZ 49.8 23.99 94.1 -
YUV 108.05 209.24 213.55 -
System Red Green Blue C M Y K H S L
Decimal 228 19 252 0.10 0.92 0 0.01 293.82 0.97 0.53
Hex E4 13 FC A 5C 0 1 126 61 35
Octal 344 23 374 12 134 0 1 446 141 65
Binary 11100100 10011 11111100 1010 1011100 0 1 100100110 1100001 110101

Color Harmonies of #E413FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E413FC

Black with #E413FC

Text Example


Text Example

White with #E413FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E413FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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