Html Css Color HEX #E113FA Psychedelic Purple

📋 copy color: '#E113FA'

red 225 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #E113FA

Tints of Psychedelic Purple #E113FA

RGB

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

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

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

R = 45.55%
G = 3.85%
B = 50.61%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E113FA (or 0xE113FA) is known color: Psychedelic Purple. HEX triplet: E1, 13 and FA. RGB value is (225,19,250). Sum of RGB (Red+Green+Blue) = 225+19+250=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 19 (7.81% from 255 or 3.85% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #E113FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E113FA is #1EEC05. Grayscale: #6A6A6A. Windows color (decimal): -2026502 or 16389089. OLE color: 16389089.

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

Color convert

RGB 225 19 250 -
CMYK 0.10 0.92 0 0.02
HSL 293.51º 0.96% 0.53% -
HSV(B) 293.51º 0.92% 0.98% -
XYZ 48.54 23.38 92.4 -
YUV 106.93 208.75 212.22 -
System Red Green Blue C M Y K H S L
Decimal 225 19 250 0.10 0.92 0 0.02 293.51 0.96 0.53
Hex E1 13 FA A 5C 0 2 126 60 35
Octal 341 23 372 12 134 0 2 446 140 65
Binary 11100001 10011 11111010 1010 1011100 0 10 100100110 1100000 110101

Color Harmonies of #E113FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E113FA

Black with #E113FA

Text Example


Text Example

White with #E113FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E113FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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