Html Css Color HEX #E018ED Psychedelic Purple

📋 copy color: '#E018ED'

red 224 ◦ green 24 ◦ blue 237

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

Shades of Psychedelic Purple #E018ED

Tints of Psychedelic Purple #E018ED

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.95%

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

R = 46.19%
G = 4.95%
B = 48.87%

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

#E018ED (or 0xE018ED) is known color: Psychedelic Purple. HEX triplet: E0, 18 and ED. RGB value is (224,24,237). Sum of RGB (Red+Green+Blue) = 224+24+237=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #E018ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018ED is #1FE712. Grayscale: #6B6B6B. Windows color (decimal): -2090771 or 15538400. OLE color: 15538400.

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

Color convert

RGB 224 24 237 -
CMYK 0.05 0.90 0 0.07
HSL 296.34º 0.86% 0.51% -
HSV(B) 296.34º 0.9% 0.93% -
XYZ 46.35 22.61 82.04 -
YUV 108.08 200.76 210.68 -
System Red Green Blue C M Y K H S L
Decimal 224 24 237 0.05 0.90 0 0.07 296.34 0.86 0.51
Hex E0 18 ED 5 5A 0 7 128 56 33
Octal 340 30 355 5 132 0 7 450 126 63
Binary 11100000 11000 11101101 101 1011010 0 111 100101000 1010110 110011

Color Harmonies of #E018ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E018ED

Black with #E018ED

Text Example


Text Example

White with #E018ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E018ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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