Html Css Color HEX #E21FFC Psychedelic Purple

📋 copy color: '#E21FFC'

red 226 ◦ green 31 ◦ blue 252

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

Shades of Psychedelic Purple #E21FFC

Tints of Psychedelic Purple #E21FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.09%

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

R = 44.4%
G = 6.09%
B = 49.51%

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

#E21FFC (or 0xE21FFC) is known color: Psychedelic Purple. HEX triplet: E2, 1F and FC. RGB value is (226,31,252). Sum of RGB (Red+Green+Blue) = 226+31+252=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 31 (12.5% from 255 or 6.09% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #E21FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21FFC is #1DE003. Grayscale: #717171. Windows color (decimal): -1957892 or 16523234. OLE color: 16523234.

HSL color Cylindrical-coordinate representation of color #E21FFC: hue angle of 292.94º 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 #E21FFC is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 31 252 -
CMYK 0.10 0.88 0 0.01
HSL 292.94º 0.97% 0.55% -
HSV(B) 292.94º 0.88% 0.99% -
XYZ 49.42 24.18 94.16 -
YUV 114.5 205.6 207.53 -
System Red Green Blue C M Y K H S L
Decimal 226 31 252 0.10 0.88 0 0.01 292.94 0.97 0.55
Hex E2 1F FC A 58 0 1 125 61 37
Octal 342 37 374 12 130 0 1 445 141 67
Binary 11100010 11111 11111100 1010 1011000 0 1 100100101 1100001 110111

Color Harmonies of #E21FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FFC

Black with #E21FFC

Text Example


Text Example

White with #E21FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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