Html Css Color HEX #E018EF Psychedelic Purple

📋 copy color: '#E018EF'

red 224 ◦ green 24 ◦ blue 239

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

Shades of Psychedelic Purple #E018EF

Tints of Psychedelic Purple #E018EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 46%
G = 4.93%
B = 49.08%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E018EF (or 0xE018EF) is known color: Psychedelic Purple. HEX triplet: E0, 18 and EF. RGB value is (224,24,239). Sum of RGB (Red+Green+Blue) = 224+24+239=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #E018EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018EF is #1FE710. Grayscale: #6B6B6B. Windows color (decimal): -2090769 or 15669472. OLE color: 15669472.

HSL color Cylindrical-coordinate representation of color #E018EF: hue angle of 295.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E018EF is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 24 239 -
CMYK 0.06 0.90 0 0.06
HSL 295.81º 0.87% 0.52% -
HSV(B) 295.81º 0.9% 0.94% -
XYZ 46.65 22.73 83.59 -
YUV 108.31 201.76 210.52 -
System Red Green Blue C M Y K H S L
Decimal 224 24 239 0.06 0.90 0 0.06 295.81 0.87 0.52
Hex E0 18 EF 6 5A 0 6 128 57 34
Octal 340 30 357 6 132 0 6 450 127 64
Binary 11100000 11000 11101111 110 1011010 0 110 100101000 1010111 110100

Color Harmonies of #E018EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E018EF

Black with #E018EF

Text Example


Text Example

White with #E018EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E018EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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