Html Css Color HEX #E027FF Psychedelic Purple

📋 copy color: '#E027FF'

red 224 ◦ green 39 ◦ blue 255

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

Shades of Psychedelic Purple #E027FF

Tints of Psychedelic Purple #E027FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.53%

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

R = 43.24%
G = 7.53%
B = 49.23%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E027FF (or 0xE027FF) is known color: Psychedelic Purple. HEX triplet: E0, 27 and FF. RGB value is (224,39,255). Sum of RGB (Red+Green+Blue) = 224+39+255=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 39 (15.62% from 255 or 7.53% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #E027FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E027FF is #1FD800. Grayscale: #767676. Windows color (decimal): -2086913 or 16721888. OLE color: 16721888.

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

Color convert

RGB 224 39 255 -
CMYK 0.12 0.85 0 0
HSL 291.39º 1% 0.58% -
HSV(B) 291.39º 0.85% 1% -
XYZ 49.52 24.52 96.73 -
YUV 118.94 204.79 202.94 -
System Red Green Blue C M Y K H S L
Decimal 224 39 255 0.12 0.85 0 0 291.39 1 0.58
Hex E0 27 FF C 55 0 0 123 64 3A
Octal 340 47 377 14 125 0 0 443 144 72
Binary 11100000 100111 11111111 1100 1010101 0 0 100100011 1100100 111010

Color Harmonies of #E027FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027FF

Black with #E027FF

Text Example


Text Example

White with #E027FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027FF; }

 p { color: rgb(224,39,255); }

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

background-color css

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

 a { background-color: rgb(224,39,255); }

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

border-color css

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

 span { border-color: rgb(224,39,255); }

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