Html Css Color HEX #E21FE3 Psychedelic Purple

📋 copy color: '#E21FE3'

red 226 ◦ green 31 ◦ blue 227

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

Shades of Psychedelic Purple #E21FE3

Tints of Psychedelic Purple #E21FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.9%

R = 46.69%
G = 6.4%
B = 46.9%

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E21FE3 (or 0xE21FE3) is known color: Psychedelic Purple. HEX triplet: E2, 1F and E3. RGB value is (226,31,227). Sum of RGB (Red+Green+Blue) = 226+31+227=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 227 - color contains mainly: blue. Hex color #E21FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FE3 is #1DE01C. Grayscale: #6F6F6F. Windows color (decimal): -1957917 or 14884834. OLE color: 14884834.

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

Color convert

RGB 226 31 227 -
CMYK 0.00 0.86 0 0.11
HSL 299.69º 0.78% 0.51% -
HSV(B) 299.69º 0.86% 0.89% -
XYZ 45.72 22.69 74.64 -
YUV 111.65 193.1 209.56 -
System Red Green Blue C M Y K H S L
Decimal 226 31 227 0.00 0.86 0 0.11 299.69 0.78 0.51
Hex E2 1F E3 0 56 0 B 12C 4E 33
Octal 342 37 343 0 126 0 13 454 116 63
Binary 11100010 11111 11100011 0 1010110 0 1011 100101100 1001110 110011

Color Harmonies of #E21FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FE3

Black with #E21FE3

Text Example


Text Example

White with #E21FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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