Html Css Color HEX #E117F5 Psychedelic Purple

📋 copy color: '#E117F5'

red 225 ◦ green 23 ◦ blue 245

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

Shades of Psychedelic Purple #E117F5

Tints of Psychedelic Purple #E117F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.7%

R = 45.64%
G = 4.67%
B = 49.7%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E117F5 (or 0xE117F5) is known color: Psychedelic Purple. HEX triplet: E1, 17 and F5. RGB value is (225,23,245). Sum of RGB (Red+Green+Blue) = 225+23+245=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 23 (9.38% from 255 or 4.67% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #E117F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E117F5 is #1EE80A. Grayscale: #6C6C6C. Windows color (decimal): -2025483 or 16062433. OLE color: 16062433.

HSL color Cylindrical-coordinate representation of color #E117F5: hue angle of 294.59º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E117F5 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 23 245 -
CMYK 0.08 0.91 0 0.04
HSL 294.59º 0.92% 0.53% -
HSV(B) 294.59º 0.91% 0.96% -
XYZ 47.84 23.21 88.35 -
YUV 108.71 204.92 210.95 -
System Red Green Blue C M Y K H S L
Decimal 225 23 245 0.08 0.91 0 0.04 294.59 0.92 0.53
Hex E1 17 F5 8 5B 0 4 127 5C 35
Octal 341 27 365 10 133 0 4 447 134 65
Binary 11100001 10111 11110101 1000 1011011 0 100 100100111 1011100 110101

Color Harmonies of #E117F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E117F5

Black with #E117F5

Text Example


Text Example

White with #E117F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E117F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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