Html Css Color HEX #E21DF9 Psychedelic Purple

📋 copy color: '#E21DF9'

red 226 ◦ green 29 ◦ blue 249

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

Shades of Psychedelic Purple #E21DF9

Tints of Psychedelic Purple #E21DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 44.84%
G = 5.75%
B = 49.4%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E21DF9 (or 0xE21DF9) is known color: Psychedelic Purple. HEX triplet: E2, 1D and F9. RGB value is (226,29,249). Sum of RGB (Red+Green+Blue) = 226+29+249=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 29 (11.72% from 255 or 5.75% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #E21DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21DF9 is #1DE206. Grayscale: #707070. Windows color (decimal): -1958407 or 16326114. OLE color: 16326114.

HSL color Cylindrical-coordinate representation of color #E21DF9: hue angle of 293.73º degrees, saturation: 0.95, 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 #E21DF9 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 29 249 -
CMYK 0.09 0.88 0 0.02
HSL 293.73º 0.95% 0.55% -
HSV(B) 293.73º 0.88% 0.98% -
XYZ 48.9 23.89 91.66 -
YUV 112.98 204.77 208.61 -
System Red Green Blue C M Y K H S L
Decimal 226 29 249 0.09 0.88 0 0.02 293.73 0.95 0.55
Hex E2 1D F9 9 58 0 2 126 5F 37
Octal 342 35 371 11 130 0 2 446 137 67
Binary 11100010 11101 11111001 1001 1011000 0 10 100100110 1011111 110111

Color Harmonies of #E21DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21DF9

Black with #E21DF9

Text Example


Text Example

White with #E21DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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