Html Css Color HEX #E016ED Psychedelic Purple

📋 copy color: '#E016ED'

red 224 ◦ green 22 ◦ blue 237

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

Shades of Psychedelic Purple #E016ED

Tints of Psychedelic Purple #E016ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 46.38%
G = 4.55%
B = 49.07%

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

#E016ED (or 0xE016ED) is known color: Psychedelic Purple. HEX triplet: E0, 16 and ED. RGB value is (224,22,237). Sum of RGB (Red+Green+Blue) = 224+22+237=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 22 (8.98% from 255 or 4.55% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #E016ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E016ED is #1FE912. Grayscale: #6A6A6A. Windows color (decimal): -2091283 or 15537888. OLE color: 15537888.

HSL color Cylindrical-coordinate representation of color #E016ED: hue angle of 296.37º degrees, saturation: 0.86, 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 #E016ED is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 22 237 -
CMYK 0.05 0.91 0 0.07
HSL 296.37º 0.86% 0.51% -
HSV(B) 296.37º 0.91% 0.93% -
XYZ 46.31 22.54 82.03 -
YUV 106.91 201.42 211.52 -
System Red Green Blue C M Y K H S L
Decimal 224 22 237 0.05 0.91 0 0.07 296.37 0.86 0.51
Hex E0 16 ED 5 5B 0 7 128 56 33
Octal 340 26 355 5 133 0 7 450 126 63
Binary 11100000 10110 11101101 101 1011011 0 111 100101000 1010110 110011

Color Harmonies of #E016ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E016ED

Black with #E016ED

Text Example


Text Example

White with #E016ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E016ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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