Html Css Color HEX #E018EB Psychedelic Purple

📋 copy color: '#E018EB'

red 224 ◦ green 24 ◦ blue 235

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

Shades of Psychedelic Purple #E018EB

Tints of Psychedelic Purple #E018EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 46.38%
G = 4.97%
B = 48.65%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E018EB (or 0xE018EB) is known color: Psychedelic Purple. HEX triplet: E0, 18 and EB. RGB value is (224,24,235). Sum of RGB (Red+Green+Blue) = 224+24+235=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 24 (9.77% from 255 or 4.97% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #E018EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018EB is #1FE714. Grayscale: #6B6B6B. Windows color (decimal): -2090773 or 15407328. OLE color: 15407328.

HSL color Cylindrical-coordinate representation of color #E018EB: hue angle of 296.87º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E018EB is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 24 235 -
CMYK 0.05 0.90 0 0.08
HSL 296.87º 0.84% 0.51% -
HSV(B) 296.87º 0.9% 0.92% -
XYZ 46.06 22.5 80.51 -
YUV 107.85 199.76 210.84 -
System Red Green Blue C M Y K H S L
Decimal 224 24 235 0.05 0.90 0 0.08 296.87 0.84 0.51
Hex E0 18 EB 5 5A 0 8 129 54 33
Octal 340 30 353 5 132 0 10 451 124 63
Binary 11100000 11000 11101011 101 1011010 0 1000 100101001 1010100 110011

Color Harmonies of #E018EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E018EB

Black with #E018EB

Text Example


Text Example

White with #E018EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E018EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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