Html Css Color HEX #E015EE Psychedelic Purple

📋 copy color: '#E015EE'

red 224 ◦ green 21 ◦ blue 238

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

Shades of Psychedelic Purple #E015EE

Tints of Psychedelic Purple #E015EE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.35%

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

R = 46.38%
G = 4.35%
B = 49.28%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E015EE (or 0xE015EE) is known color: Psychedelic Purple. HEX triplet: E0, 15 and EE. RGB value is (224,21,238). Sum of RGB (Red+Green+Blue) = 224+21+238=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #E015EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E015EE is #1FEA11. Grayscale: #696969. Windows color (decimal): -2091538 or 15603168. OLE color: 15603168.

HSL color Cylindrical-coordinate representation of color #E015EE: hue angle of 296.13º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E015EE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 21 238 -
CMYK 0.06 0.91 0 0.07
HSL 296.13º 0.86% 0.51% -
HSV(B) 296.13º 0.91% 0.93% -
XYZ 46.44 22.56 82.8 -
YUV 106.44 202.25 211.86 -
System Red Green Blue C M Y K H S L
Decimal 224 21 238 0.06 0.91 0 0.07 296.13 0.86 0.51
Hex E0 15 EE 6 5B 0 7 128 56 33
Octal 340 25 356 6 133 0 7 450 126 63
Binary 11100000 10101 11101110 110 1011011 0 111 100101000 1010110 110011

Color Harmonies of #E015EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015EE

Black with #E015EE

Text Example


Text Example

White with #E015EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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