Html Css Color HEX #E010EC Psychedelic Purple

📋 copy color: '#E010EC'

red 224 ◦ green 16 ◦ blue 236

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

Shades of Psychedelic Purple #E010EC

Tints of Psychedelic Purple #E010EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.36%

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 47.06%
G = 3.36%
B = 49.58%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E010EC (or 0xE010EC) is known color: Psychedelic Purple. HEX triplet: E0, 10 and EC. RGB value is (224,16,236). Sum of RGB (Red+Green+Blue) = 224+16+236=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #E010EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E010EC is #1FEF13. Grayscale: #666666. Windows color (decimal): -2092820 or 15470816. OLE color: 15470816.

HSL color Cylindrical-coordinate representation of color #E010EC: hue angle of 296.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E010EC is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 16 236 -
CMYK 0.05 0.93 0 0.07
HSL 296.73º 0.87% 0.49% -
HSV(B) 296.73º 0.93% 0.93% -
XYZ 46.07 22.27 81.23 -
YUV 103.27 202.91 214.11 -
System Red Green Blue C M Y K H S L
Decimal 224 16 236 0.05 0.93 0 0.07 296.73 0.87 0.49
Hex E0 10 EC 5 5D 0 7 129 57 31
Octal 340 20 354 5 135 0 7 451 127 61
Binary 11100000 10000 11101100 101 1011101 0 111 100101001 1010111 110001

Color Harmonies of #E010EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E010EC

Black with #E010EC

Text Example


Text Example

White with #E010EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E010EC; }

 p { color: rgb(224,16,236); }

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

background-color css

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

 a { background-color: rgb(224,16,236); }

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

border-color css

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

 span { border-color: rgb(224,16,236); }

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