Html Css Color HEX #E113EB Psychedelic Purple

📋 copy color: '#E113EB'

red 225 ◦ green 19 ◦ blue 235

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

Shades of Psychedelic Purple #E113EB

Tints of Psychedelic Purple #E113EB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.97%

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 46.97%
G = 3.97%
B = 49.06%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E113EB (or 0xE113EB) is known color: Psychedelic Purple. HEX triplet: E1, 13 and EB. RGB value is (225,19,235). Sum of RGB (Red+Green+Blue) = 225+19+235=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 19 (7.81% from 255 or 3.97% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #E113EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E113EB is #1EEC14. Grayscale: #686868. Windows color (decimal): -2026517 or 15406049. OLE color: 15406049.

HSL color Cylindrical-coordinate representation of color #E113EB: hue angle of 297.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E113EB is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 19 235 -
CMYK 0.04 0.92 0 0.08
HSL 297.22º 0.85% 0.5% -
HSV(B) 297.22º 0.92% 0.92% -
XYZ 46.28 22.47 80.5 -
YUV 105.22 201.25 213.44 -
System Red Green Blue C M Y K H S L
Decimal 225 19 235 0.04 0.92 0 0.08 297.22 0.85 0.5
Hex E1 13 EB 4 5C 0 8 129 55 32
Octal 341 23 353 4 134 0 10 451 125 62
Binary 11100001 10011 11101011 100 1011100 0 1000 100101001 1010101 110010

Color Harmonies of #E113EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E113EB

Black with #E113EB

Text Example


Text Example

White with #E113EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E113EB; }

 p { color: rgb(225,19,235); }

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

background-color css

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

 a { background-color: rgb(225,19,235); }

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

border-color css

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

 span { border-color: rgb(225,19,235); }

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