Html Css Color HEX #E017ED Psychedelic Purple

📋 copy color: '#E017ED'

red 224 ◦ green 23 ◦ blue 237

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

Shades of Psychedelic Purple #E017ED

Tints of Psychedelic Purple #E017ED

RGB

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

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

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

R = 46.28%
G = 4.75%
B = 48.97%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E017ED (or 0xE017ED) is known color: Psychedelic Purple. HEX triplet: E0, 17 and ED. RGB value is (224,23,237). Sum of RGB (Red+Green+Blue) = 224+23+237=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #E017ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E017ED is #1FE812. Grayscale: #6A6A6A. Windows color (decimal): -2091027 or 15538144. OLE color: 15538144.

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

Color convert

RGB 224 23 237 -
CMYK 0.05 0.90 0 0.07
HSL 296.36º 0.86% 0.51% -
HSV(B) 296.36º 0.9% 0.93% -
XYZ 46.33 22.57 82.04 -
YUV 107.5 201.09 211.1 -
System Red Green Blue C M Y K H S L
Decimal 224 23 237 0.05 0.90 0 0.07 296.36 0.86 0.51
Hex E0 17 ED 5 5A 0 7 128 56 33
Octal 340 27 355 5 132 0 7 450 126 63
Binary 11100000 10111 11101101 101 1011010 0 111 100101000 1010110 110011

Color Harmonies of #E017ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E017ED

Black with #E017ED

Text Example


Text Example

White with #E017ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E017ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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