Html Css Color HEX #E118FD Psychedelic Purple

📋 copy color: '#E118FD'

red 225 ◦ green 24 ◦ blue 253

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

Shades of Psychedelic Purple #E118FD

Tints of Psychedelic Purple #E118FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.78%

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 44.82%
G = 4.78%
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

#E118FD (or 0xE118FD) is known color: Psychedelic Purple. HEX triplet: E1, 18 and FD. RGB value is (225,24,253). Sum of RGB (Red+Green+Blue) = 225+24+253=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 24 (9.77% from 255 or 4.78% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #E118FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E118FD is #1EE702. Grayscale: #6D6D6D. Windows color (decimal): -2025219 or 16586977. OLE color: 16586977.

HSL color Cylindrical-coordinate representation of color #E118FD: hue angle of 292.66º degrees, saturation: 0.98, 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 #E118FD is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 24 253 -
CMYK 0.11 0.91 0 0.01
HSL 292.66º 0.98% 0.54% -
HSV(B) 292.66º 0.91% 0.99% -
XYZ 49.11 23.75 94.92 -
YUV 110.21 208.59 209.88 -
System Red Green Blue C M Y K H S L
Decimal 225 24 253 0.11 0.91 0 0.01 292.66 0.98 0.54
Hex E1 18 FD B 5B 0 1 125 62 36
Octal 341 30 375 13 133 0 1 445 142 66
Binary 11100001 11000 11111101 1011 1011011 0 1 100100101 1100010 110110

Color Harmonies of #E118FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E118FD

Black with #E118FD

Text Example


Text Example

White with #E118FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E118FD; }

 p { color: rgb(225,24,253); }

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

background-color css

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

 a { background-color: rgb(225,24,253); }

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

border-color css

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

 span { border-color: rgb(225,24,253); }

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