Html Css Color HEX #E21AF0 Psychedelic Purple

📋 copy color: '#E21AF0'

red 226 ◦ green 26 ◦ blue 240

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

Shades of Psychedelic Purple #E21AF0

Tints of Psychedelic Purple #E21AF0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.28%

 BLUE value IS 240 (94.14% from 255) = 48.78%

R = 45.93%
G = 5.28%
B = 48.78%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E21AF0 (or 0xE21AF0) is known color: Psychedelic Purple. HEX triplet: E2, 1A and F0. RGB value is (226,26,240). Sum of RGB (Red+Green+Blue) = 226+26+240=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 26 (10.55% from 255 or 5.28% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #E21AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21AF0 is #1DE50F. Grayscale: #6D6D6D. Windows color (decimal): -1959184 or 15735522. OLE color: 15735522.

HSL color Cylindrical-coordinate representation of color #E21AF0: hue angle of 296.07º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21AF0 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 26 240 -
CMYK 0.06 0.89 0 0.06
HSL 296.07º 0.88% 0.52% -
HSV(B) 296.07º 0.89% 0.94% -
XYZ 47.46 23.2 84.41 -
YUV 110.2 201.26 210.6 -
System Red Green Blue C M Y K H S L
Decimal 226 26 240 0.06 0.89 0 0.06 296.07 0.88 0.52
Hex E2 1A F0 6 59 0 6 128 58 34
Octal 342 32 360 6 131 0 6 450 130 64
Binary 11100010 11010 11110000 110 1011001 0 110 100101000 1011000 110100

Color Harmonies of #E21AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21AF0

Black with #E21AF0

Text Example


Text Example

White with #E21AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21AF0; }

 p { color: rgb(226,26,240); }

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

background-color css

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

 a { background-color: rgb(226,26,240); }

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

border-color css

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

 span { border-color: rgb(226,26,240); }

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