Html Css Color HEX #E015ED Psychedelic Purple

📋 copy color: '#E015ED'

red 224 ◦ green 21 ◦ blue 237

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

Shades of Psychedelic Purple #E015ED

Tints of Psychedelic Purple #E015ED

RGB

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

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

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

R = 46.47%
G = 4.36%
B = 49.17%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E015ED (or 0xE015ED) is known color: Psychedelic Purple. HEX triplet: E0, 15 and ED. RGB value is (224,21,237). Sum of RGB (Red+Green+Blue) = 224+21+237=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #E015ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E015ED is #1FEA12. Grayscale: #696969. Windows color (decimal): -2091539 or 15537632. OLE color: 15537632.

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

Color convert

RGB 224 21 237 -
CMYK 0.05 0.91 0 0.07
HSL 296.39º 0.86% 0.51% -
HSV(B) 296.39º 0.91% 0.93% -
XYZ 46.29 22.5 82.02 -
YUV 106.32 201.75 211.94 -
System Red Green Blue C M Y K H S L
Decimal 224 21 237 0.05 0.91 0 0.07 296.39 0.86 0.51
Hex E0 15 ED 5 5B 0 7 128 56 33
Octal 340 25 355 5 133 0 7 450 126 63
Binary 11100000 10101 11101101 101 1011011 0 111 100101000 1010110 110011

Color Harmonies of #E015ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015ED

Black with #E015ED

Text Example


Text Example

White with #E015ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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