Html Css Color HEX #E118FC Psychedelic Purple

📋 copy color: '#E118FC'

red 225 ◦ green 24 ◦ blue 252

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

Shades of Psychedelic Purple #E118FC

Tints of Psychedelic Purple #E118FC

RGB

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

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

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

R = 44.91%
G = 4.79%
B = 50.3%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E118FC (or 0xE118FC) is known color: Psychedelic Purple. HEX triplet: E1, 18 and FC. RGB value is (225,24,252). Sum of RGB (Red+Green+Blue) = 225+24+252=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 24 (9.77% from 255 or 4.79% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #E118FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E118FC is #1EE703. Grayscale: #6D6D6D. Windows color (decimal): -2025220 or 16521441. OLE color: 16521441.

HSL color Cylindrical-coordinate representation of color #E118FC: hue angle of 292.89º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E118FC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 24 252 -
CMYK 0.11 0.90 0 0.01
HSL 292.89º 0.97% 0.54% -
HSV(B) 292.89º 0.9% 0.99% -
XYZ 48.95 23.69 94.09 -
YUV 110.09 208.09 209.96 -
System Red Green Blue C M Y K H S L
Decimal 225 24 252 0.11 0.90 0 0.01 292.89 0.97 0.54
Hex E1 18 FC B 5A 0 1 125 61 36
Octal 341 30 374 13 132 0 1 445 141 66
Binary 11100001 11000 11111100 1011 1011010 0 1 100100101 1100001 110110

Color Harmonies of #E118FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E118FC

Black with #E118FC

Text Example


Text Example

White with #E118FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E118FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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