Html Css Color HEX #E21CFC Psychedelic Purple

📋 copy color: '#E21CFC'

red 226 ◦ green 28 ◦ blue 252

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

Shades of Psychedelic Purple #E21CFC

Tints of Psychedelic Purple #E21CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.53%

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

R = 44.66%
G = 5.53%
B = 49.8%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E21CFC (or 0xE21CFC) is known color: Psychedelic Purple. HEX triplet: E2, 1C and FC. RGB value is (226,28,252). Sum of RGB (Red+Green+Blue) = 226+28+252=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #E21CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21CFC is #1DE303. Grayscale: #707070. Windows color (decimal): -1958660 or 16522466. OLE color: 16522466.

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

Color convert

RGB 226 28 252 -
CMYK 0.10 0.89 0 0.01
HSL 293.04º 0.97% 0.55% -
HSV(B) 293.04º 0.89% 0.99% -
XYZ 49.35 24.03 94.13 -
YUV 112.74 206.6 208.79 -
System Red Green Blue C M Y K H S L
Decimal 226 28 252 0.10 0.89 0 0.01 293.04 0.97 0.55
Hex E2 1C FC A 59 0 1 125 61 37
Octal 342 34 374 12 131 0 1 445 141 67
Binary 11100010 11100 11111100 1010 1011001 0 1 100100101 1100001 110111

Color Harmonies of #E21CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21CFC

Black with #E21CFC

Text Example


Text Example

White with #E21CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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