Html Css Color HEX #E010EB Psychedelic Purple

📋 copy color: '#E010EB'

red 224 ◦ green 16 ◦ blue 235

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

Shades of Psychedelic Purple #E010EB

Tints of Psychedelic Purple #E010EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 47.16%
G = 3.37%
B = 49.47%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E010EB (or 0xE010EB) is known color: Psychedelic Purple. HEX triplet: E0, 10 and EB. RGB value is (224,16,235). Sum of RGB (Red+Green+Blue) = 224+16+235=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #E010EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E010EB is #1FEF14. Grayscale: #666666. Windows color (decimal): -2092821 or 15405280. OLE color: 15405280.

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

Color convert

RGB 224 16 235 -
CMYK 0.05 0.93 0 0.08
HSL 296.99º 0.87% 0.49% -
HSV(B) 296.99º 0.93% 0.92% -
XYZ 45.92 22.22 80.47 -
YUV 103.16 202.41 214.19 -
System Red Green Blue C M Y K H S L
Decimal 224 16 235 0.05 0.93 0 0.08 296.99 0.87 0.49
Hex E0 10 EB 5 5D 0 8 129 57 31
Octal 340 20 353 5 135 0 10 451 127 61
Binary 11100000 10000 11101011 101 1011101 0 1000 100101001 1010111 110001

Color Harmonies of #E010EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E010EB

Black with #E010EB

Text Example


Text Example

White with #E010EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E010EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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