Html Css Color HEX #E118FA Psychedelic Purple

📋 copy color: '#E118FA'

red 225 ◦ green 24 ◦ blue 250

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

Shades of Psychedelic Purple #E118FA

Tints of Psychedelic Purple #E118FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.81%

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

R = 45.09%
G = 4.81%
B = 50.1%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E118FA (or 0xE118FA) is known color: Psychedelic Purple. HEX triplet: E1, 18 and FA. RGB value is (225,24,250). Sum of RGB (Red+Green+Blue) = 225+24+250=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 24 (9.77% from 255 or 4.81% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #E118FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E118FA is #1EE705. Grayscale: #6D6D6D. Windows color (decimal): -2025222 or 16390369. OLE color: 16390369.

HSL color Cylindrical-coordinate representation of color #E118FA: hue angle of 293.36º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E118FA is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 24 250 -
CMYK 0.10 0.90 0 0.02
HSL 293.36º 0.96% 0.54% -
HSV(B) 293.36º 0.9% 0.98% -
XYZ 48.63 23.56 92.43 -
YUV 109.86 207.09 210.12 -
System Red Green Blue C M Y K H S L
Decimal 225 24 250 0.10 0.90 0 0.02 293.36 0.96 0.54
Hex E1 18 FA A 5A 0 2 125 60 36
Octal 341 30 372 12 132 0 2 445 140 66
Binary 11100001 11000 11111010 1010 1011010 0 10 100100101 1100000 110110

Color Harmonies of #E118FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E118FA

Black with #E118FA

Text Example


Text Example

White with #E118FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E118FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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