Html Css Color HEX #E912EE Psychedelic Purple

📋 copy color: '#E912EE'

red 233 ◦ green 18 ◦ blue 238

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

Shades of Psychedelic Purple #E912EE

Tints of Psychedelic Purple #E912EE

RGB

 RED value IS 233 (91.41% from 255) = 47.65%

 GREEN value IS 18 (7.42% from 255) = 3.68%

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

R = 47.65%
G = 3.68%
B = 48.67%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E912EE (or 0xE912EE) is known color: Psychedelic Purple. HEX triplet: E9, 12 and EE. RGB value is (233,18,238). Sum of RGB (Red+Green+Blue) = 233+18+238=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #E912EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E912EE is #16ED11. Grayscale: #6A6A6A. Windows color (decimal): -1502482 or 15602409. OLE color: 15602409.

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

Color convert

RGB 233 18 238 -
CMYK 0.02 0.92 0 0.07
HSL 298.64º 0.87% 0.5% -
HSV(B) 298.64º 0.92% 0.93% -
XYZ 49.25 23.93 82.91 -
YUV 107.37 201.73 217.61 -
System Red Green Blue C M Y K H S L
Decimal 233 18 238 0.02 0.92 0 0.07 298.64 0.87 0.5
Hex E9 12 EE 2 5C 0 7 12B 57 32
Octal 351 22 356 2 134 0 7 453 127 62
Binary 11101001 10010 11101110 10 1011100 0 111 100101011 1010111 110010

Color Harmonies of #E912EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E912EE

Black with #E912EE

Text Example


Text Example

White with #E912EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E912EE; }

 p { color: rgb(233,18,238); }

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

background-color css

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

 a { background-color: rgb(233,18,238); }

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

border-color css

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

 span { border-color: rgb(233,18,238); }

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