Html Css Color HEX #E21CFF Psychedelic Purple

📋 copy color: '#E21CFF'

red 226 ◦ green 28 ◦ blue 255

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

Shades of Psychedelic Purple #E21CFF

Tints of Psychedelic Purple #E21CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.1%

R = 44.4%
G = 5.5%
B = 50.1%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E21CFF (or 0xE21CFF) is known color: Psychedelic Purple. HEX triplet: E2, 1C and FF. RGB value is (226,28,255). Sum of RGB (Red+Green+Blue) = 226+28+255=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #E21CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21CFF is #1DE300. Grayscale: #707070. Windows color (decimal): -1958657 or 16719074. OLE color: 16719074.

HSL color Cylindrical-coordinate representation of color #E21CFF: hue angle of 292.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21CFF is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 28 255 -
CMYK 0.11 0.89 0 0
HSL 292.33º 1% 0.55% -
HSV(B) 292.33º 0.89% 1% -
XYZ 49.83 24.22 96.66 -
YUV 113.08 208.1 208.54 -
System Red Green Blue C M Y K H S L
Decimal 226 28 255 0.11 0.89 0 0 292.33 1 0.55
Hex E2 1C FF B 59 0 0 124 64 37
Octal 342 34 377 13 131 0 0 444 144 67
Binary 11100010 11100 11111111 1011 1011001 0 0 100100100 1100100 110111

Color Harmonies of #E21CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21CFF

Black with #E21CFF

Text Example


Text Example

White with #E21CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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