Html Css Color HEX #E018EE Psychedelic Purple

📋 copy color: '#E018EE'

red 224 ◦ green 24 ◦ blue 238

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

Shades of Psychedelic Purple #E018EE

Tints of Psychedelic Purple #E018EE

RGB

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

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

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

R = 46.09%
G = 4.94%
B = 48.97%

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

#E018EE (or 0xE018EE) is known color: Psychedelic Purple. HEX triplet: E0, 18 and EE. RGB value is (224,24,238). Sum of RGB (Red+Green+Blue) = 224+24+238=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #E018EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018EE is #1FE711. Grayscale: #6B6B6B. Windows color (decimal): -2090770 or 15603936. OLE color: 15603936.

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

Color convert

RGB 224 24 238 -
CMYK 0.06 0.90 0 0.07
HSL 296.07º 0.86% 0.51% -
HSV(B) 296.07º 0.9% 0.93% -
XYZ 46.5 22.67 82.81 -
YUV 108.2 201.26 210.6 -
System Red Green Blue C M Y K H S L
Decimal 224 24 238 0.06 0.90 0 0.07 296.07 0.86 0.51
Hex E0 18 EE 6 5A 0 7 128 56 33
Octal 340 30 356 6 132 0 7 450 126 63
Binary 11100000 11000 11101110 110 1011010 0 111 100101000 1010110 110011

Color Harmonies of #E018EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E018EE

Black with #E018EE

Text Example


Text Example

White with #E018EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E018EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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