Html Css Color HEX #E112FB Psychedelic Purple

📋 copy color: '#E112FB'

red 225 ◦ green 18 ◦ blue 251

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

Shades of Psychedelic Purple #E112FB

Tints of Psychedelic Purple #E112FB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.64%

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 45.55%
G = 3.64%
B = 50.81%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E112FB (or 0xE112FB) is known color: Psychedelic Purple. HEX triplet: E1, 12 and FB. RGB value is (225,18,251). Sum of RGB (Red+Green+Blue) = 225+18+251=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 18 (7.42% from 255 or 3.64% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #E112FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E112FB is #1EED04. Grayscale: #696969. Windows color (decimal): -2026757 or 16454369. OLE color: 16454369.

HSL color Cylindrical-coordinate representation of color #E112FB: hue angle of 293.3º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E112FB is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 18 251 -
CMYK 0.10 0.93 0 0.02
HSL 293.3º 0.97% 0.53% -
HSV(B) 293.3º 0.93% 0.98% -
XYZ 48.68 23.41 93.22 -
YUV 106.46 209.58 212.55 -
System Red Green Blue C M Y K H S L
Decimal 225 18 251 0.10 0.93 0 0.02 293.3 0.97 0.53
Hex E1 12 FB A 5D 0 2 125 61 35
Octal 341 22 373 12 135 0 2 445 141 65
Binary 11100001 10010 11111011 1010 1011101 0 10 100100101 1100001 110101

Color Harmonies of #E112FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112FB

Black with #E112FB

Text Example


Text Example

White with #E112FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112FB; }

 p { color: rgb(225,18,251); }

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

background-color css

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

 a { background-color: rgb(225,18,251); }

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

border-color css

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

 span { border-color: rgb(225,18,251); }

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