Html Css Color HEX #E910ED Psychedelic Purple

📋 copy color: '#E910ED'

red 233 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #E910ED

Tints of Psychedelic Purple #E910ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.29%

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

R = 47.94%
G = 3.29%
B = 48.77%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E910ED (or 0xE910ED) is known color: Psychedelic Purple. HEX triplet: E9, 10 and ED. RGB value is (233,16,237). Sum of RGB (Red+Green+Blue) = 233+16+237=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 16 (6.64% from 255 or 3.29% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #E910ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E910ED is #16EF12. Grayscale: #696969. Windows color (decimal): -1502995 or 15536361. OLE color: 15536361.

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

Color convert

RGB 233 16 237 -
CMYK 0.02 0.93 0 0.07
HSL 298.91º 0.87% 0.5% -
HSV(B) 298.91º 0.93% 0.93% -
XYZ 49.08 23.81 82.13 -
YUV 106.08 201.89 218.53 -
System Red Green Blue C M Y K H S L
Decimal 233 16 237 0.02 0.93 0 0.07 298.91 0.87 0.5
Hex E9 10 ED 2 5D 0 7 12B 57 32
Octal 351 20 355 2 135 0 7 453 127 62
Binary 11101001 10000 11101101 10 1011101 0 111 100101011 1010111 110010

Color Harmonies of #E910ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E910ED

Black with #E910ED

Text Example


Text Example

White with #E910ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E910ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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