Html Css Color HEX #E01DFE Psychedelic Purple

📋 copy color: '#E01DFE'

red 224 ◦ green 29 ◦ blue 254

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

Shades of Psychedelic Purple #E01DFE

Tints of Psychedelic Purple #E01DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.72%

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 44.18%
G = 5.72%
B = 50.1%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E01DFE (or 0xE01DFE) is known color: Psychedelic Purple. HEX triplet: E0, 1D and FE. RGB value is (224,29,254). Sum of RGB (Red+Green+Blue) = 224+29+254=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 29 (11.72% from 255 or 5.72% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #E01DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01DFE is #1FE201. Grayscale: #707070. Windows color (decimal): -2089474 or 16653792. OLE color: 16653792.

HSL color Cylindrical-coordinate representation of color #E01DFE: hue angle of 292º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01DFE is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 29 254 -
CMYK 0.12 0.89 0 0.00
HSL 292º 0.99% 0.55% -
HSV(B) 292º 0.89% 1% -
XYZ 49.07 23.88 95.79 -
YUV 112.96 207.6 207.2 -
System Red Green Blue C M Y K H S L
Decimal 224 29 254 0.12 0.89 0 0.00 292 0.99 0.55
Hex E0 1D FE C 59 0 0 124 63 37
Octal 340 35 376 14 131 0 0 444 143 67
Binary 11100000 11101 11111110 1100 1011001 0 0 100100100 1100011 110111

Color Harmonies of #E01DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DFE

Black with #E01DFE

Text Example


Text Example

White with #E01DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DFE; }

 p { color: rgb(224,29,254); }

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

background-color css

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

 a { background-color: rgb(224,29,254); }

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

border-color css

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

 span { border-color: rgb(224,29,254); }

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