Html Css Color HEX #E028FB Psychedelic Purple

📋 copy color: '#E028FB'

red 224 ◦ green 40 ◦ blue 251

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

Shades of Psychedelic Purple #E028FB

Tints of Psychedelic Purple #E028FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 43.5%
G = 7.77%
B = 48.74%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E028FB (or 0xE028FB) is known color: Psychedelic Purple. HEX triplet: E0, 28 and FB. RGB value is (224,40,251). Sum of RGB (Red+Green+Blue) = 224+40+251=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 40 (16.02% from 255 or 7.77% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #E028FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E028FB is #1FD704. Grayscale: #767676. Windows color (decimal): -2086661 or 16460000. OLE color: 16460000.

HSL color Cylindrical-coordinate representation of color #E028FB: hue angle of 292.32º degrees, saturation: 0.96, 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 #E028FB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 40 251 -
CMYK 0.11 0.84 0 0.02
HSL 292.32º 0.96% 0.57% -
HSV(B) 292.32º 0.84% 0.98% -
XYZ 48.91 24.33 93.38 -
YUV 119.07 202.46 202.84 -
System Red Green Blue C M Y K H S L
Decimal 224 40 251 0.11 0.84 0 0.02 292.32 0.96 0.57
Hex E0 28 FB B 54 0 2 124 60 39
Octal 340 50 373 13 124 0 2 444 140 71
Binary 11100000 101000 11111011 1011 1010100 0 10 100100100 1100000 111001

Color Harmonies of #E028FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028FB

Black with #E028FB

Text Example


Text Example

White with #E028FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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