Html Css Color HEX #E110FD Psychedelic Purple

📋 copy color: '#E110FD'

red 225 ◦ green 16 ◦ blue 253

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

Shades of Psychedelic Purple #E110FD

Tints of Psychedelic Purple #E110FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.24%

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

R = 45.55%
G = 3.24%
B = 51.21%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E110FD (or 0xE110FD) is known color: Psychedelic Purple. HEX triplet: E1, 10 and FD. RGB value is (225,16,253). Sum of RGB (Red+Green+Blue) = 225+16+253=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 16 (6.64% from 255 or 3.24% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #E110FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E110FD is #1EEF02. Grayscale: #686868. Windows color (decimal): -2027267 or 16584929. OLE color: 16584929.

HSL color Cylindrical-coordinate representation of color #E110FD: hue angle of 292.91º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E110FD is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 16 253 -
CMYK 0.11 0.94 0 0.01
HSL 292.91º 0.98% 0.53% -
HSV(B) 292.91º 0.94% 0.99% -
XYZ 48.97 23.47 94.88 -
YUV 105.51 211.24 213.23 -
System Red Green Blue C M Y K H S L
Decimal 225 16 253 0.11 0.94 0 0.01 292.91 0.98 0.53
Hex E1 10 FD B 5E 0 1 125 62 35
Octal 341 20 375 13 136 0 1 445 142 65
Binary 11100001 10000 11111101 1011 1011110 0 1 100100101 1100010 110101

Color Harmonies of #E110FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E110FD

Black with #E110FD

Text Example


Text Example

White with #E110FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E110FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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