Html Css Color HEX #E21DF4 Psychedelic Purple

📋 copy color: '#E21DF4'

red 226 ◦ green 29 ◦ blue 244

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

Shades of Psychedelic Purple #E21DF4

Tints of Psychedelic Purple #E21DF4

RGB

 RED value IS 226 (88.67% from 255) = 45.29%

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

 BLUE value IS 244 (95.7% from 255) = 48.9%

R = 45.29%
G = 5.81%
B = 48.9%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E21DF4 (or 0xE21DF4) is known color: Psychedelic Purple. HEX triplet: E2, 1D and F4. RGB value is (226,29,244). Sum of RGB (Red+Green+Blue) = 226+29+244=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 29 (11.72% from 255 or 5.81% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #E21DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21DF4 is #1DE20B. Grayscale: #6F6F6F. Windows color (decimal): -1958412 or 15998434. OLE color: 15998434.

HSL color Cylindrical-coordinate representation of color #E21DF4: hue angle of 294.98º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21DF4 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 29 244 -
CMYK 0.07 0.88 0 0.04
HSL 294.98º 0.91% 0.54% -
HSV(B) 294.98º 0.88% 0.96% -
XYZ 48.13 23.58 87.6 -
YUV 112.41 202.27 209.02 -
System Red Green Blue C M Y K H S L
Decimal 226 29 244 0.07 0.88 0 0.04 294.98 0.91 0.54
Hex E2 1D F4 7 58 0 4 127 5B 36
Octal 342 35 364 7 130 0 4 447 133 66
Binary 11100010 11101 11110100 111 1011000 0 100 100100111 1011011 110110

Color Harmonies of #E21DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21DF4

Black with #E21DF4

Text Example


Text Example

White with #E21DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21DF4; }

 p { color: rgb(226,29,244); }

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

background-color css

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

 a { background-color: rgb(226,29,244); }

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

border-color css

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

 span { border-color: rgb(226,29,244); }

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