Html Css Color HEX #E10EEE Psychedelic Purple

📋 copy color: '#E10EEE'

red 225 ◦ green 14 ◦ blue 238

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

Shades of Psychedelic Purple #E10EEE

Tints of Psychedelic Purple #E10EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 47.17%
G = 2.94%
B = 49.9%

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

#E10EEE (or 0xE10EEE) is known color: Psychedelic Purple. HEX triplet: E1, 0E and EE. RGB value is (225,14,238). Sum of RGB (Red+Green+Blue) = 225+14+238=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #E10EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EEE is #1EF111. Grayscale: #656565. Windows color (decimal): -2027794 or 15601377. OLE color: 15601377.

HSL color Cylindrical-coordinate representation of color #E10EEE: hue angle of 296.52º 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 #E10EEE is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 14 238 -
CMYK 0.05 0.94 0 0.07
HSL 296.52º 0.89% 0.49% -
HSV(B) 296.52º 0.94% 0.93% -
XYZ 46.64 22.49 82.77 -
YUV 102.63 204.4 215.29 -
System Red Green Blue C M Y K H S L
Decimal 225 14 238 0.05 0.94 0 0.07 296.52 0.89 0.49
Hex E1 E EE 5 5E 0 7 129 59 31
Octal 341 16 356 5 136 0 7 451 131 61
Binary 11100001 1110 11101110 101 1011110 0 111 100101001 1011001 110001

Color Harmonies of #E10EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10EEE

Black with #E10EEE

Text Example


Text Example

White with #E10EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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