Html Css Color HEX #E027FA Psychedelic Purple

📋 copy color: '#E027FA'

red 224 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #E027FA

Tints of Psychedelic Purple #E027FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 43.66%
G = 7.6%
B = 48.73%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E027FA (or 0xE027FA) is known color: Psychedelic Purple. HEX triplet: E0, 27 and FA. RGB value is (224,39,250). Sum of RGB (Red+Green+Blue) = 224+39+250=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 39 (15.62% from 255 or 7.60% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #E027FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E027FA is #1FD805. Grayscale: #757575. Windows color (decimal): -2086918 or 16394208. OLE color: 16394208.

HSL color Cylindrical-coordinate representation of color #E027FA: hue angle of 292.61º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E027FA is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 39 250 -
CMYK 0.10 0.84 0 0.02
HSL 292.61º 0.95% 0.57% -
HSV(B) 292.61º 0.84% 0.98% -
XYZ 48.72 24.2 92.55 -
YUV 118.37 202.29 203.34 -
System Red Green Blue C M Y K H S L
Decimal 224 39 250 0.10 0.84 0 0.02 292.61 0.95 0.57
Hex E0 27 FA A 54 0 2 125 5F 39
Octal 340 47 372 12 124 0 2 445 137 71
Binary 11100000 100111 11111010 1010 1010100 0 10 100100101 1011111 111001

Color Harmonies of #E027FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027FA

Black with #E027FA

Text Example


Text Example

White with #E027FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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