Html Css Color HEX #E117FC Psychedelic Purple

📋 copy color: '#E117FC'

red 225 ◦ green 23 ◦ blue 252

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

Shades of Psychedelic Purple #E117FC

Tints of Psychedelic Purple #E117FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.6%

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

R = 45%
G = 4.6%
B = 50.4%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E117FC (or 0xE117FC) is known color: Psychedelic Purple. HEX triplet: E1, 17 and FC. RGB value is (225,23,252). Sum of RGB (Red+Green+Blue) = 225+23+252=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 23 (9.38% from 255 or 4.6% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #E117FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E117FC is #1EE803. Grayscale: #6C6C6C. Windows color (decimal): -2025476 or 16521185. OLE color: 16521185.

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

Color convert

RGB 225 23 252 -
CMYK 0.11 0.91 0 0.01
HSL 292.93º 0.97% 0.54% -
HSV(B) 292.93º 0.91% 0.99% -
XYZ 48.93 23.65 94.08 -
YUV 109.5 208.42 210.38 -
System Red Green Blue C M Y K H S L
Decimal 225 23 252 0.11 0.91 0 0.01 292.93 0.97 0.54
Hex E1 17 FC B 5B 0 1 125 61 36
Octal 341 27 374 13 133 0 1 445 141 66
Binary 11100001 10111 11111100 1011 1011011 0 1 100100101 1100001 110110

Color Harmonies of #E117FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E117FC

Black with #E117FC

Text Example


Text Example

White with #E117FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E117FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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