Html Css Color HEX #E01AF0 Psychedelic Purple

📋 copy color: '#E01AF0'

red 224 ◦ green 26 ◦ blue 240

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

Shades of Psychedelic Purple #E01AF0

Tints of Psychedelic Purple #E01AF0

RGB

 RED value IS 224 (87.89% from 255) = 45.71%

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

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

R = 45.71%
G = 5.31%
B = 48.98%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E01AF0 (or 0xE01AF0) is known color: Psychedelic Purple. HEX triplet: E0, 1A and F0. RGB value is (224,26,240). Sum of RGB (Red+Green+Blue) = 224+26+240=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #E01AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01AF0 is #1FE50F. Grayscale: #6C6C6C. Windows color (decimal): -2090256 or 15735520. OLE color: 15735520.

HSL color Cylindrical-coordinate representation of color #E01AF0: hue angle of 295.51º 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 #E01AF0 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 26 240 -
CMYK 0.07 0.89 0 0.06
HSL 295.51º 0.88% 0.52% -
HSV(B) 295.51º 0.89% 0.94% -
XYZ 46.84 22.88 84.39 -
YUV 109.6 201.6 209.6 -
System Red Green Blue C M Y K H S L
Decimal 224 26 240 0.07 0.89 0 0.06 295.51 0.88 0.52
Hex E0 1A F0 7 59 0 6 128 58 34
Octal 340 32 360 7 131 0 6 450 130 64
Binary 11100000 11010 11110000 111 1011001 0 110 100101000 1011000 110100

Color Harmonies of #E01AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01AF0

Black with #E01AF0

Text Example


Text Example

White with #E01AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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