Html Css Color HEX #E117FF Psychedelic Purple

📋 copy color: '#E117FF'

red 225 ◦ green 23 ◦ blue 255

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

Shades of Psychedelic Purple #E117FF

Tints of Psychedelic Purple #E117FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 44.73%
G = 4.57%
B = 50.7%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E117FF (or 0xE117FF) is known color: Psychedelic Purple. HEX triplet: E1, 17 and FF. RGB value is (225,23,255). Sum of RGB (Red+Green+Blue) = 225+23+255=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 23 (9.38% from 255 or 4.57% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #E117FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E117FF is #1EE800. Grayscale: #6D6D6D. Windows color (decimal): -2025473 or 16717793. OLE color: 16717793.

HSL color Cylindrical-coordinate representation of color #E117FF: hue angle of 292.24º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E117FF is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 23 255 -
CMYK 0.12 0.91 0 0
HSL 292.24º 1% 0.55% -
HSV(B) 292.24º 0.91% 1% -
XYZ 49.41 23.84 96.61 -
YUV 109.85 209.92 210.14 -
System Red Green Blue C M Y K H S L
Decimal 225 23 255 0.12 0.91 0 0 292.24 1 0.55
Hex E1 17 FF C 5B 0 0 124 64 37
Octal 341 27 377 14 133 0 0 444 144 67
Binary 11100001 10111 11111111 1100 1011011 0 0 100100100 1100100 110111

Color Harmonies of #E117FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E117FF

Black with #E117FF

Text Example


Text Example

White with #E117FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E117FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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