Html Css Color HEX #E010ED Psychedelic Purple

📋 copy color: '#E010ED'

red 224 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #E010ED

Tints of Psychedelic Purple #E010ED

RGB

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

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

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

R = 46.96%
G = 3.35%
B = 49.69%

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

#E010ED (or 0xE010ED) is known color: Psychedelic Purple. HEX triplet: E0, 10 and ED. RGB value is (224,16,237). Sum of RGB (Red+Green+Blue) = 224+16+237=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 16 (6.64% from 255 or 3.35% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #E010ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E010ED is #1FEF12. Grayscale: #666666. Windows color (decimal): -2092819 or 15536352. OLE color: 15536352.

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

Color convert

RGB 224 16 237 -
CMYK 0.05 0.93 0 0.07
HSL 296.47º 0.87% 0.5% -
HSV(B) 296.47º 0.93% 0.93% -
XYZ 46.21 22.33 82 -
YUV 103.39 203.41 214.03 -
System Red Green Blue C M Y K H S L
Decimal 224 16 237 0.05 0.93 0 0.07 296.47 0.87 0.5
Hex E0 10 ED 5 5D 0 7 128 57 32
Octal 340 20 355 5 135 0 7 450 127 62
Binary 11100000 10000 11101101 101 1011101 0 111 100101000 1010111 110010

Color Harmonies of #E010ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E010ED

Black with #E010ED

Text Example


Text Example

White with #E010ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E010ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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