Html Css Color HEX #E105F7 Psychedelic Purple

📋 copy color: '#E105F7'

red 225 ◦ green 5 ◦ blue 247

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

Shades of Psychedelic Purple #E105F7

Tints of Psychedelic Purple #E105F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.78%

R = 47.17%
G = 1.05%
B = 51.78%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E105F7 (or 0xE105F7) is known color: Psychedelic Purple. HEX triplet: E1, 05 and F7. RGB value is (225,5,247). Sum of RGB (Red+Green+Blue) = 225+5+247=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #E105F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E105F7 is #1EFA08. Grayscale: #616161. Windows color (decimal): -2030089 or 16188897. OLE color: 16188897.

HSL color Cylindrical-coordinate representation of color #E105F7: hue angle of 294.55º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E105F7 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 225 5 247 -
CMYK 0.09 0.98 0 0.03
HSL 294.55º 0.96% 0.49% -
HSV(B) 294.55º 0.98% 0.97% -
XYZ 47.89 22.83 89.88 -
YUV 98.37 211.89 218.32 -
System Red Green Blue C M Y K H S L
Decimal 225 5 247 0.09 0.98 0 0.03 294.55 0.96 0.49
Hex E1 5 F7 9 62 0 3 127 60 31
Octal 341 5 367 11 142 0 3 447 140 61
Binary 11100001 101 11110111 1001 1100010 0 11 100100111 1100000 110001

Color Harmonies of #E105F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E105F7

Black with #E105F7

Text Example


Text Example

White with #E105F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E105F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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