Html Css Color HEX #E117ED Psychedelic Purple

📋 copy color: '#E117ED'

red 225 ◦ green 23 ◦ blue 237

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

Shades of Psychedelic Purple #E117ED

Tints of Psychedelic Purple #E117ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 46.39%
G = 4.74%
B = 48.87%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E117ED (or 0xE117ED) is known color: Psychedelic Purple. HEX triplet: E1, 17 and ED. RGB value is (225,23,237). Sum of RGB (Red+Green+Blue) = 225+23+237=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #E117ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E117ED is #1EE812. Grayscale: #6B6B6B. Windows color (decimal): -2025491 or 15538145. OLE color: 15538145.

HSL color Cylindrical-coordinate representation of color #E117ED: hue angle of 296.64º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E117ED is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 23 237 -
CMYK 0.05 0.90 0 0.07
HSL 296.64º 0.86% 0.51% -
HSV(B) 296.64º 0.9% 0.93% -
XYZ 46.64 22.73 82.05 -
YUV 107.79 200.92 211.6 -
System Red Green Blue C M Y K H S L
Decimal 225 23 237 0.05 0.90 0 0.07 296.64 0.86 0.51
Hex E1 17 ED 5 5A 0 7 129 56 33
Octal 341 27 355 5 132 0 7 451 126 63
Binary 11100001 10111 11101101 101 1011010 0 111 100101001 1010110 110011

Color Harmonies of #E117ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E117ED

Black with #E117ED

Text Example


Text Example

White with #E117ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E117ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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