Html Css Color HEX #E016EF Psychedelic Purple

📋 copy color: '#E016EF'

red 224 ◦ green 22 ◦ blue 239

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

Shades of Psychedelic Purple #E016EF

Tints of Psychedelic Purple #E016EF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.54%

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

R = 46.19%
G = 4.54%
B = 49.28%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E016EF (or 0xE016EF) is known color: Psychedelic Purple. HEX triplet: E0, 16 and EF. RGB value is (224,22,239). Sum of RGB (Red+Green+Blue) = 224+22+239=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #E016EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E016EF is #1FE910. Grayscale: #6A6A6A. Windows color (decimal): -2091281 or 15668960. OLE color: 15668960.

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

Color convert

RGB 224 22 239 -
CMYK 0.06 0.91 0 0.06
HSL 295.85º 0.87% 0.51% -
HSV(B) 295.85º 0.91% 0.94% -
XYZ 46.61 22.65 83.58 -
YUV 107.14 202.42 211.36 -
System Red Green Blue C M Y K H S L
Decimal 224 22 239 0.06 0.91 0 0.06 295.85 0.87 0.51
Hex E0 16 EF 6 5B 0 6 128 57 33
Octal 340 26 357 6 133 0 6 450 127 63
Binary 11100000 10110 11101111 110 1011011 0 110 100101000 1010111 110011

Color Harmonies of #E016EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E016EF

Black with #E016EF

Text Example


Text Example

White with #E016EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E016EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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