Html Css Color HEX #E028EF Psychedelic Purple

📋 copy color: '#E028EF'

red 224 ◦ green 40 ◦ blue 239

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

Shades of Psychedelic Purple #E028EF

Tints of Psychedelic Purple #E028EF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.95%

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 44.53%
G = 7.95%
B = 47.51%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E028EF (or 0xE028EF) is known color: Psychedelic Purple. HEX triplet: E0, 28 and EF. RGB value is (224,40,239). Sum of RGB (Red+Green+Blue) = 224+40+239=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #E028EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E028EF is #1FD710. Grayscale: #757575. Windows color (decimal): -2086673 or 15673568. OLE color: 15673568.

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

Color convert

RGB 224 40 239 -
CMYK 0.06 0.83 0 0.06
HSL 295.48º 0.86% 0.55% -
HSV(B) 295.48º 0.83% 0.94% -
XYZ 47.08 23.6 83.73 -
YUV 117.7 196.46 203.82 -
System Red Green Blue C M Y K H S L
Decimal 224 40 239 0.06 0.83 0 0.06 295.48 0.86 0.55
Hex E0 28 EF 6 53 0 6 127 56 37
Octal 340 50 357 6 123 0 6 447 126 67
Binary 11100000 101000 11101111 110 1010011 0 110 100100111 1010110 110111

Color Harmonies of #E028EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028EF

Black with #E028EF

Text Example


Text Example

White with #E028EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028EF; }

 p { color: rgb(224,40,239); }

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

background-color css

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

 a { background-color: rgb(224,40,239); }

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

border-color css

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

 span { border-color: rgb(224,40,239); }

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