Html Css Color HEX #E027F9 Psychedelic Purple

📋 copy color: '#E027F9'

red 224 ◦ green 39 ◦ blue 249

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

Shades of Psychedelic Purple #E027F9

Tints of Psychedelic Purple #E027F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 43.75%
G = 7.62%
B = 48.63%

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

#E027F9 (or 0xE027F9) is known color: Psychedelic Purple. HEX triplet: E0, 27 and F9. RGB value is (224,39,249). Sum of RGB (Red+Green+Blue) = 224+39+249=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 39 (15.62% from 255 or 7.62% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #E027F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E027F9 is #1FD806. Grayscale: #757575. Windows color (decimal): -2086919 or 16328672. OLE color: 16328672.

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

Color convert

RGB 224 39 249 -
CMYK 0.10 0.84 0 0.02
HSL 292.86º 0.95% 0.56% -
HSV(B) 292.86º 0.84% 0.98% -
XYZ 48.56 24.14 91.72 -
YUV 118.26 201.79 203.42 -
System Red Green Blue C M Y K H S L
Decimal 224 39 249 0.10 0.84 0 0.02 292.86 0.95 0.56
Hex E0 27 F9 A 54 0 2 125 5F 38
Octal 340 47 371 12 124 0 2 445 137 70
Binary 11100000 100111 11111001 1010 1010100 0 10 100100101 1011111 111000

Color Harmonies of #E027F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027F9

Black with #E027F9

Text Example


Text Example

White with #E027F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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