Html Css Color HEX #E117EF Psychedelic Purple

📋 copy color: '#E117EF'

red 225 ◦ green 23 ◦ blue 239

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

Shades of Psychedelic Purple #E117EF

Tints of Psychedelic Purple #E117EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 46.2%
G = 4.72%
B = 49.08%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E117EF (or 0xE117EF) is known color: Psychedelic Purple. HEX triplet: E1, 17 and EF. RGB value is (225,23,239). Sum of RGB (Red+Green+Blue) = 225+23+239=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 23 (9.38% from 255 or 4.72% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #E117EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E117EF is #1EE810. Grayscale: #6B6B6B. Windows color (decimal): -2025489 or 15669217. OLE color: 15669217.

HSL color Cylindrical-coordinate representation of color #E117EF: hue angle of 296.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E117EF is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 23 239 -
CMYK 0.06 0.90 0 0.06
HSL 296.11º 0.87% 0.51% -
HSV(B) 296.11º 0.9% 0.94% -
XYZ 46.94 22.85 83.6 -
YUV 108.02 201.92 211.44 -
System Red Green Blue C M Y K H S L
Decimal 225 23 239 0.06 0.90 0 0.06 296.11 0.87 0.51
Hex E1 17 EF 6 5A 0 6 128 57 33
Octal 341 27 357 6 132 0 6 450 127 63
Binary 11100001 10111 11101111 110 1011010 0 110 100101000 1010111 110011

Color Harmonies of #E117EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E117EF

Black with #E117EF

Text Example


Text Example

White with #E117EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E117EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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