Html Css Color HEX #E013EB Psychedelic Purple

📋 copy color: '#E013EB'

red 224 ◦ green 19 ◦ blue 235

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

Shades of Psychedelic Purple #E013EB

Tints of Psychedelic Purple #E013EB

RGB

 RED value IS 224 (87.89% from 255) = 46.86%

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

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

R = 46.86%
G = 3.97%
B = 49.16%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E013EB (or 0xE013EB) is known color: Psychedelic Purple. HEX triplet: E0, 13 and EB. RGB value is (224,19,235). Sum of RGB (Red+Green+Blue) = 224+19+235=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #E013EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E013EB is #1FEC14. Grayscale: #686868. Windows color (decimal): -2092053 or 15406048. OLE color: 15406048.

HSL color Cylindrical-coordinate representation of color #E013EB: hue angle of 296.94º 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 #E013EB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 19 235 -
CMYK 0.05 0.92 0 0.08
HSL 296.94º 0.85% 0.5% -
HSV(B) 296.94º 0.92% 0.92% -
XYZ 45.97 22.31 80.48 -
YUV 104.92 201.42 212.94 -
System Red Green Blue C M Y K H S L
Decimal 224 19 235 0.05 0.92 0 0.08 296.94 0.85 0.5
Hex E0 13 EB 5 5C 0 8 129 55 32
Octal 340 23 353 5 134 0 10 451 125 62
Binary 11100000 10011 11101011 101 1011100 0 1000 100101001 1010101 110010

Color Harmonies of #E013EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E013EB

Black with #E013EB

Text Example


Text Example

White with #E013EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E013EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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