Html Css Color HEX #E21DFC Psychedelic Purple

📋 copy color: '#E21DFC'

red 226 ◦ green 29 ◦ blue 252

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

Shades of Psychedelic Purple #E21DFC

Tints of Psychedelic Purple #E21DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 44.58%
G = 5.72%
B = 49.7%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E21DFC (or 0xE21DFC) is known color: Psychedelic Purple. HEX triplet: E2, 1D and FC. RGB value is (226,29,252). Sum of RGB (Red+Green+Blue) = 226+29+252=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 29 (11.72% from 255 or 5.72% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #E21DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21DFC is #1DE203. Grayscale: #707070. Windows color (decimal): -1958404 or 16522722. OLE color: 16522722.

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

Color convert

RGB 226 29 252 -
CMYK 0.10 0.88 0 0.01
HSL 293º 0.97% 0.55% -
HSV(B) 293º 0.88% 0.99% -
XYZ 49.37 24.08 94.14 -
YUV 113.33 206.27 208.37 -
System Red Green Blue C M Y K H S L
Decimal 226 29 252 0.10 0.88 0 0.01 293 0.97 0.55
Hex E2 1D FC A 58 0 1 125 61 37
Octal 342 35 374 12 130 0 1 445 141 67
Binary 11100010 11101 11111100 1010 1011000 0 1 100100101 1100001 110111

Color Harmonies of #E21DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21DFC

Black with #E21DFC

Text Example


Text Example

White with #E21DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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