Html Css Color HEX #E105FF Psychedelic Purple

📋 copy color: '#E105FF'

red 225 ◦ green 5 ◦ blue 255

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

Shades of Psychedelic Purple #E105FF

Tints of Psychedelic Purple #E105FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.03%

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

R = 46.39%
G = 1.03%
B = 52.58%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E105FF (or 0xE105FF) is known color: Psychedelic Purple. HEX triplet: E1, 05 and FF. RGB value is (225,5,255). Sum of RGB (Red+Green+Blue) = 225+5+255=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 5 (2.34% from 255 or 1.03% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #E105FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E105FF is #1EFA00. Grayscale: #626262. Windows color (decimal): -2030081 or 16713185. OLE color: 16713185.

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

Color convert

RGB 225 5 255 -
CMYK 0.12 0.98 0 0
HSL 292.8º 1% 0.51% -
HSV(B) 292.8º 0.98% 1% -
XYZ 49.16 23.34 96.52 -
YUV 99.28 215.89 217.67 -
System Red Green Blue C M Y K H S L
Decimal 225 5 255 0.12 0.98 0 0 292.8 1 0.51
Hex E1 5 FF C 62 0 0 125 64 33
Octal 341 5 377 14 142 0 0 445 144 63
Binary 11100001 101 11111111 1100 1100010 0 0 100100101 1100100 110011

Color Harmonies of #E105FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E105FF

Black with #E105FF

Text Example


Text Example

White with #E105FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E105FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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