Html Css Color HEX #E010EF Psychedelic Purple

📋 copy color: '#E010EF'

red 224 ◦ green 16 ◦ blue 239

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

Shades of Psychedelic Purple #E010EF

Tints of Psychedelic Purple #E010EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 46.76%
G = 3.34%
B = 49.9%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E010EF (or 0xE010EF) is known color: Psychedelic Purple. HEX triplet: E0, 10 and EF. RGB value is (224,16,239). Sum of RGB (Red+Green+Blue) = 224+16+239=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #E010EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E010EF is #1FEF10. Grayscale: #666666. Windows color (decimal): -2092817 or 15667424. OLE color: 15667424.

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

Color convert

RGB 224 16 239 -
CMYK 0.06 0.93 0 0.06
HSL 295.96º 0.87% 0.5% -
HSV(B) 295.96º 0.93% 0.94% -
XYZ 46.51 22.45 83.54 -
YUV 103.61 204.41 213.87 -
System Red Green Blue C M Y K H S L
Decimal 224 16 239 0.06 0.93 0 0.06 295.96 0.87 0.5
Hex E0 10 EF 6 5D 0 6 128 57 32
Octal 340 20 357 6 135 0 6 450 127 62
Binary 11100000 10000 11101111 110 1011101 0 110 100101000 1010111 110010

Color Harmonies of #E010EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E010EF

Black with #E010EF

Text Example


Text Example

White with #E010EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E010EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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