Html Css Color HEX #E113FC Psychedelic Purple

📋 copy color: '#E113FC'

red 225 ◦ green 19 ◦ blue 252

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

Shades of Psychedelic Purple #E113FC

Tints of Psychedelic Purple #E113FC

RGB

 RED value IS 225 (88.28% from 255) = 45.36%

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

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

R = 45.36%
G = 3.83%
B = 50.81%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E113FC (or 0xE113FC) is known color: Psychedelic Purple. HEX triplet: E1, 13 and FC. RGB value is (225,19,252). Sum of RGB (Red+Green+Blue) = 225+19+252=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 19 (7.81% from 255 or 3.83% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #E113FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E113FC is #1EEC03. Grayscale: #6A6A6A. Windows color (decimal): -2026500 or 16520161. OLE color: 16520161.

HSL color Cylindrical-coordinate representation of color #E113FC: hue angle of 293.05º 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 #E113FC is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 19 252 -
CMYK 0.11 0.92 0 0.01
HSL 293.05º 0.97% 0.53% -
HSV(B) 293.05º 0.92% 0.99% -
XYZ 48.85 23.5 94.06 -
YUV 107.16 209.75 212.05 -
System Red Green Blue C M Y K H S L
Decimal 225 19 252 0.11 0.92 0 0.01 293.05 0.97 0.53
Hex E1 13 FC B 5C 0 1 125 61 35
Octal 341 23 374 13 134 0 1 445 141 65
Binary 11100001 10011 11111100 1011 1011100 0 1 100100101 1100001 110101

Color Harmonies of #E113FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E113FC

Black with #E113FC

Text Example


Text Example

White with #E113FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E113FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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