Html Css Color HEX #E912ED Psychedelic Purple

📋 copy color: '#E912ED'

red 233 ◦ green 18 ◦ blue 237

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

Shades of Psychedelic Purple #E912ED

Tints of Psychedelic Purple #E912ED

RGB

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

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

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

R = 47.75%
G = 3.69%
B = 48.57%

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

#E912ED (or 0xE912ED) is known color: Psychedelic Purple. HEX triplet: E9, 12 and ED. RGB value is (233,18,237). Sum of RGB (Red+Green+Blue) = 233+18+237=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #E912ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E912ED is #16ED12. Grayscale: #6A6A6A. Windows color (decimal): -1502483 or 15536873. OLE color: 15536873.

HSL color Cylindrical-coordinate representation of color #E912ED: hue angle of 298.9º degrees, saturation: 0.86, 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 #E912ED is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 18 237 -
CMYK 0.02 0.92 0 0.07
HSL 298.9º 0.86% 0.5% -
HSV(B) 298.9º 0.92% 0.93% -
XYZ 49.11 23.87 82.14 -
YUV 107.25 201.23 217.69 -
System Red Green Blue C M Y K H S L
Decimal 233 18 237 0.02 0.92 0 0.07 298.9 0.86 0.5
Hex E9 12 ED 2 5C 0 7 12B 56 32
Octal 351 22 355 2 134 0 7 453 126 62
Binary 11101001 10010 11101101 10 1011100 0 111 100101011 1010110 110010

Color Harmonies of #E912ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E912ED

Black with #E912ED

Text Example


Text Example

White with #E912ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E912ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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