Html Css Color HEX #E118FB Psychedelic Purple

📋 copy color: '#E118FB'

red 225 ◦ green 24 ◦ blue 251

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

Shades of Psychedelic Purple #E118FB

Tints of Psychedelic Purple #E118FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 45%
G = 4.8%
B = 50.2%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E118FB (or 0xE118FB) is known color: Psychedelic Purple. HEX triplet: E1, 18 and FB. RGB value is (225,24,251). Sum of RGB (Red+Green+Blue) = 225+24+251=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #E118FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E118FB is #1EE704. Grayscale: #6D6D6D. Windows color (decimal): -2025221 or 16455905. OLE color: 16455905.

HSL color Cylindrical-coordinate representation of color #E118FB: hue angle of 293.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E118FB is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 24 251 -
CMYK 0.10 0.90 0 0.02
HSL 293.13º 0.97% 0.54% -
HSV(B) 293.13º 0.9% 0.98% -
XYZ 48.79 23.63 93.26 -
YUV 109.98 207.59 210.04 -
System Red Green Blue C M Y K H S L
Decimal 225 24 251 0.10 0.90 0 0.02 293.13 0.97 0.54
Hex E1 18 FB A 5A 0 2 125 61 36
Octal 341 30 373 12 132 0 2 445 141 66
Binary 11100001 11000 11111011 1010 1011010 0 10 100100101 1100001 110110

Color Harmonies of #E118FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E118FB

Black with #E118FB

Text Example


Text Example

White with #E118FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E118FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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