Html Css Color HEX #E01DFD Psychedelic Purple

📋 copy color: '#E01DFD'

red 224 ◦ green 29 ◦ blue 253

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

Shades of Psychedelic Purple #E01DFD

Tints of Psychedelic Purple #E01DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50%

R = 44.27%
G = 5.73%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E01DFD (or 0xE01DFD) is known color: Psychedelic Purple. HEX triplet: E0, 1D and FD. RGB value is (224,29,253). Sum of RGB (Red+Green+Blue) = 224+29+253=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 29 (11.72% from 255 or 5.73% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #E01DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01DFD is #1FE202. Grayscale: #707070. Windows color (decimal): -2089475 or 16588256. OLE color: 16588256.

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

Color convert

RGB 224 29 253 -
CMYK 0.11 0.89 0 0.01
HSL 292.23º 0.98% 0.55% -
HSV(B) 292.23º 0.89% 0.99% -
XYZ 48.91 23.82 94.95 -
YUV 112.84 207.1 207.29 -
System Red Green Blue C M Y K H S L
Decimal 224 29 253 0.11 0.89 0 0.01 292.23 0.98 0.55
Hex E0 1D FD B 59 0 1 124 62 37
Octal 340 35 375 13 131 0 1 444 142 67
Binary 11100000 11101 11111101 1011 1011001 0 1 100100100 1100010 110111

Color Harmonies of #E01DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DFD

Black with #E01DFD

Text Example


Text Example

White with #E01DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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