Html Css Color HEX #E01EFB Psychedelic Purple

📋 copy color: '#E01EFB'

red 224 ◦ green 30 ◦ blue 251

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

Shades of Psychedelic Purple #E01EFB

Tints of Psychedelic Purple #E01EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.94%

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

R = 44.36%
G = 5.94%
B = 49.7%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E01EFB (or 0xE01EFB) is known color: Psychedelic Purple. HEX triplet: E0, 1E and FB. RGB value is (224,30,251). Sum of RGB (Red+Green+Blue) = 224+30+251=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 30 (12.11% from 255 or 5.94% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #E01EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01EFB is #1FE104. Grayscale: #707070. Windows color (decimal): -2089221 or 16457440. OLE color: 16457440.

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

Color convert

RGB 224 30 251 -
CMYK 0.11 0.88 0 0.02
HSL 292.67º 0.97% 0.55% -
HSV(B) 292.67º 0.88% 0.98% -
XYZ 48.62 23.74 93.29 -
YUV 113.2 205.77 207.03 -
System Red Green Blue C M Y K H S L
Decimal 224 30 251 0.11 0.88 0 0.02 292.67 0.97 0.55
Hex E0 1E FB B 58 0 2 125 61 37
Octal 340 36 373 13 130 0 2 445 141 67
Binary 11100000 11110 11111011 1011 1011000 0 10 100100101 1100001 110111

Color Harmonies of #E01EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01EFB

Black with #E01EFB

Text Example


Text Example

White with #E01EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01EFB; }

 p { color: rgb(224,30,251); }

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

background-color css

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

 a { background-color: rgb(224,30,251); }

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

border-color css

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

 span { border-color: rgb(224,30,251); }

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