Html Css Color HEX #E017EE Psychedelic Purple

📋 copy color: '#E017EE'

red 224 ◦ green 23 ◦ blue 238

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

Shades of Psychedelic Purple #E017EE

Tints of Psychedelic Purple #E017EE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.74%

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 46.19%
G = 4.74%
B = 49.07%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E017EE (or 0xE017EE) is known color: Psychedelic Purple. HEX triplet: E0, 17 and EE. RGB value is (224,23,238). Sum of RGB (Red+Green+Blue) = 224+23+238=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #E017EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E017EE is #1FE811. Grayscale: #6A6A6A. Windows color (decimal): -2091026 or 15603680. OLE color: 15603680.

HSL color Cylindrical-coordinate representation of color #E017EE: hue angle of 296.09º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E017EE is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 23 238 -
CMYK 0.06 0.90 0 0.07
HSL 296.09º 0.86% 0.51% -
HSV(B) 296.09º 0.9% 0.93% -
XYZ 46.48 22.63 82.81 -
YUV 107.61 201.59 211.02 -
System Red Green Blue C M Y K H S L
Decimal 224 23 238 0.06 0.90 0 0.07 296.09 0.86 0.51
Hex E0 17 EE 6 5A 0 7 128 56 33
Octal 340 27 356 6 132 0 7 450 126 63
Binary 11100000 10111 11101110 110 1011010 0 111 100101000 1010110 110011

Color Harmonies of #E017EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E017EE

Black with #E017EE

Text Example


Text Example

White with #E017EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E017EE; }

 p { color: rgb(224,23,238); }

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

background-color css

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

 a { background-color: rgb(224,23,238); }

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

border-color css

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

 span { border-color: rgb(224,23,238); }

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