Html Css Color HEX #E016EC Psychedelic Purple

📋 copy color: '#E016EC'

red 224 ◦ green 22 ◦ blue 236

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

Shades of Psychedelic Purple #E016EC

Tints of Psychedelic Purple #E016EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 46.47%
G = 4.56%
B = 48.96%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E016EC (or 0xE016EC) is known color: Psychedelic Purple. HEX triplet: E0, 16 and EC. RGB value is (224,22,236). Sum of RGB (Red+Green+Blue) = 224+22+236=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #E016EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E016EC is #1FE913. Grayscale: #6A6A6A. Windows color (decimal): -2091284 or 15472352. OLE color: 15472352.

HSL color Cylindrical-coordinate representation of color #E016EC: hue angle of 296.64º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E016EC is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 22 236 -
CMYK 0.05 0.91 0 0.07
HSL 296.64º 0.85% 0.51% -
HSV(B) 296.64º 0.91% 0.93% -
XYZ 46.17 22.48 81.26 -
YUV 106.79 200.92 211.6 -
System Red Green Blue C M Y K H S L
Decimal 224 22 236 0.05 0.91 0 0.07 296.64 0.85 0.51
Hex E0 16 EC 5 5B 0 7 129 55 33
Octal 340 26 354 5 133 0 7 451 125 63
Binary 11100000 10110 11101100 101 1011011 0 111 100101001 1010101 110011

Color Harmonies of #E016EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E016EC

Black with #E016EC

Text Example


Text Example

White with #E016EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E016EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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