Html Css Color HEX #E01FEB Psychedelic Purple

📋 copy color: '#E01FEB'

red 224 ◦ green 31 ◦ blue 235

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

Shades of Psychedelic Purple #E01FEB

Tints of Psychedelic Purple #E01FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.33%

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

R = 45.71%
G = 6.33%
B = 47.96%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E01FEB (or 0xE01FEB) is known color: Psychedelic Purple. HEX triplet: E0, 1F and EB. RGB value is (224,31,235). Sum of RGB (Red+Green+Blue) = 224+31+235=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 31 (12.5% from 255 or 6.33% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #E01FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01FEB is #1FE014. Grayscale: #6F6F6F. Windows color (decimal): -2088981 or 15409120. OLE color: 15409120.

HSL color Cylindrical-coordinate representation of color #E01FEB: hue angle of 296.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01FEB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 31 235 -
CMYK 0.05 0.87 0 0.08
HSL 296.76º 0.84% 0.52% -
HSV(B) 296.76º 0.87% 0.92% -
XYZ 46.23 22.83 80.57 -
YUV 111.96 197.44 207.91 -
System Red Green Blue C M Y K H S L
Decimal 224 31 235 0.05 0.87 0 0.08 296.76 0.84 0.52
Hex E0 1F EB 5 57 0 8 129 54 34
Octal 340 37 353 5 127 0 10 451 124 64
Binary 11100000 11111 11101011 101 1010111 0 1000 100101001 1010100 110100

Color Harmonies of #E01FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FEB

Black with #E01FEB

Text Example


Text Example

White with #E01FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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