Html Css Color HEX #E015E8 Psychedelic Purple

📋 copy color: '#E015E8'

red 224 ◦ green 21 ◦ blue 232

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

Shades of Psychedelic Purple #E015E8

Tints of Psychedelic Purple #E015E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.64%

R = 46.96%
G = 4.4%
B = 48.64%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E015E8 (or 0xE015E8) is known color: Psychedelic Purple. HEX triplet: E0, 15 and E8. RGB value is (224,21,232). Sum of RGB (Red+Green+Blue) = 224+21+232=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 232 - color contains mainly: blue. Hex color #E015E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E015E8 is #1FEA17. Grayscale: #696969. Windows color (decimal): -2091544 or 15209952. OLE color: 15209952.

HSL color Cylindrical-coordinate representation of color #E015E8: hue angle of 297.73º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E015E8 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 21 232 -
CMYK 0.03 0.91 0 0.09
HSL 297.73º 0.83% 0.5% -
HSV(B) 297.73º 0.91% 0.91% -
XYZ 45.57 22.21 78.23 -
YUV 105.75 199.25 212.34 -
System Red Green Blue C M Y K H S L
Decimal 224 21 232 0.03 0.91 0 0.09 297.73 0.83 0.5
Hex E0 15 E8 3 5B 0 9 12A 53 32
Octal 340 25 350 3 133 0 11 452 123 62
Binary 11100000 10101 11101000 11 1011011 0 1001 100101010 1010011 110010

Color Harmonies of #E015E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015E8

Black with #E015E8

Text Example


Text Example

White with #E015E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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