Html Css Color HEX #E118FF Psychedelic Purple

📋 copy color: '#E118FF'

red 225 ◦ green 24 ◦ blue 255

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

Shades of Psychedelic Purple #E118FF

Tints of Psychedelic Purple #E118FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 44.64%
G = 4.76%
B = 50.6%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E118FF (or 0xE118FF) is known color: Psychedelic Purple. HEX triplet: E1, 18 and FF. RGB value is (225,24,255). Sum of RGB (Red+Green+Blue) = 225+24+255=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 24 (9.77% from 255 or 4.76% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #E118FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E118FF is #1EE700. Grayscale: #6D6D6D. Windows color (decimal): -2025217 or 16718049. OLE color: 16718049.

HSL color Cylindrical-coordinate representation of color #E118FF: hue angle of 292.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E118FF is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 24 255 -
CMYK 0.12 0.91 0 0
HSL 292.21º 1% 0.55% -
HSV(B) 292.21º 0.91% 1% -
XYZ 49.43 23.88 96.61 -
YUV 110.43 209.59 209.72 -
System Red Green Blue C M Y K H S L
Decimal 225 24 255 0.12 0.91 0 0 292.21 1 0.55
Hex E1 18 FF C 5B 0 0 124 64 37
Octal 341 30 377 14 133 0 0 444 144 67
Binary 11100001 11000 11111111 1100 1011011 0 0 100100100 1100100 110111

Color Harmonies of #E118FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E118FF

Black with #E118FF

Text Example


Text Example

White with #E118FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E118FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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