Html Css Color HEX #E10EEC Psychedelic Purple

📋 copy color: '#E10EEC'

red 225 ◦ green 14 ◦ blue 236

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

Shades of Psychedelic Purple #E10EEC

Tints of Psychedelic Purple #E10EEC

RGB

 RED value IS 225 (88.28% from 255) = 47.37%

 GREEN value IS 14 (5.86% from 255) = 2.95%

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

R = 47.37%
G = 2.95%
B = 49.68%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E10EEC (or 0xE10EEC) is known color: Psychedelic Purple. HEX triplet: E1, 0E and EC. RGB value is (225,14,236). Sum of RGB (Red+Green+Blue) = 225+14+236=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #E10EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EEC is #1EF113. Grayscale: #656565. Windows color (decimal): -2027796 or 15470305. OLE color: 15470305.

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

Color convert

RGB 225 14 236 -
CMYK 0.05 0.94 0 0.07
HSL 297.03º 0.89% 0.49% -
HSV(B) 297.03º 0.94% 0.93% -
XYZ 46.35 22.38 81.23 -
YUV 102.4 203.4 215.45 -
System Red Green Blue C M Y K H S L
Decimal 225 14 236 0.05 0.94 0 0.07 297.03 0.89 0.49
Hex E1 E EC 5 5E 0 7 129 59 31
Octal 341 16 354 5 136 0 7 451 131 61
Binary 11100001 1110 11101100 101 1011110 0 111 100101001 1011001 110001

Color Harmonies of #E10EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10EEC

Black with #E10EEC

Text Example


Text Example

White with #E10EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10EEC; }

 p { color: rgb(225,14,236); }

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

background-color css

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

 a { background-color: rgb(225,14,236); }

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

border-color css

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

 span { border-color: rgb(225,14,236); }

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