Html Css Color HEX #E110FC Psychedelic Purple

📋 copy color: '#E110FC'

red 225 ◦ green 16 ◦ blue 252

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

Shades of Psychedelic Purple #E110FC

Tints of Psychedelic Purple #E110FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.12%

R = 45.64%
G = 3.25%
B = 51.12%

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

#E110FC (or 0xE110FC) is known color: Psychedelic Purple. HEX triplet: E1, 10 and FC. RGB value is (225,16,252). Sum of RGB (Red+Green+Blue) = 225+16+252=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 16 (6.64% from 255 or 3.25% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #E110FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E110FC is #1EEF03. Grayscale: #686868. Windows color (decimal): -2027268 or 16519393. OLE color: 16519393.

HSL color Cylindrical-coordinate representation of color #E110FC: hue angle of 293.14º 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 #E110FC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 16 252 -
CMYK 0.11 0.94 0 0.01
HSL 293.14º 0.98% 0.53% -
HSV(B) 293.14º 0.94% 0.99% -
XYZ 48.81 23.41 94.04 -
YUV 105.4 210.74 213.31 -
System Red Green Blue C M Y K H S L
Decimal 225 16 252 0.11 0.94 0 0.01 293.14 0.98 0.53
Hex E1 10 FC B 5E 0 1 125 62 35
Octal 341 20 374 13 136 0 1 445 142 65
Binary 11100001 10000 11111100 1011 1011110 0 1 100100101 1100010 110101

Color Harmonies of #E110FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E110FC

Black with #E110FC

Text Example


Text Example

White with #E110FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E110FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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