Html Css Color HEX #E913ED Psychedelic Purple

📋 copy color: '#E913ED'

red 233 ◦ green 19 ◦ blue 237

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

Shades of Psychedelic Purple #E913ED

Tints of Psychedelic Purple #E913ED

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.89%

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

R = 47.65%
G = 3.89%
B = 48.47%

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

#E913ED (or 0xE913ED) is known color: Psychedelic Purple. HEX triplet: E9, 13 and ED. RGB value is (233,19,237). Sum of RGB (Red+Green+Blue) = 233+19+237=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 19 (7.81% from 255 or 3.89% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #E913ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E913ED is #16EC12. Grayscale: #6B6B6B. Windows color (decimal): -1502227 or 15537129. OLE color: 15537129.

HSL color Cylindrical-coordinate representation of color #E913ED: 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 #E913ED is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 19 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.12 23.9 82.15 -
YUV 107.84 200.9 217.27 -
System Red Green Blue C M Y K H S L
Decimal 233 19 237 0.02 0.92 0 0.07 298.9 0.86 0.5
Hex E9 13 ED 2 5C 0 7 12B 56 32
Octal 351 23 355 2 134 0 7 453 126 62
Binary 11101001 10011 11101101 10 1011100 0 111 100101011 1010110 110010

Color Harmonies of #E913ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E913ED

Black with #E913ED

Text Example


Text Example

White with #E913ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E913ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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