Html Css Color HEX #E900ED Psychedelic Purple

📋 copy color: '#E900ED'

red 233 ◦ green 0 ◦ blue 237

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

Shades of Psychedelic Purple #E900ED

Tints of Psychedelic Purple #E900ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.57%
G = 0%
B = 50.43%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E900ED (or 0xE900ED) is known color: Psychedelic Purple. HEX triplet: E9, 00 and ED. RGB value is (233,0,237). Sum of RGB (Red+Green+Blue) = 233+0+237=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #E900ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E900ED is #16FF12. Grayscale: #5F5F5F. Windows color (decimal): -1507091 or 15532265. OLE color: 15532265.

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

Color convert

RGB 233 0 237 -
CMYK 0.02 1 0 0.07
HSL 298.99º 1% 0.46% -
HSV(B) 298.99º 1% 0.93% -
XYZ 48.89 23.44 82.07 -
YUV 96.69 207.19 225.23 -
System Red Green Blue C M Y K H S L
Decimal 233 0 237 0.02 1 0 0.07 298.99 1 0.46
Hex E9 0 ED 2 64 0 7 12B 64 2E
Octal 351 0 355 2 144 0 7 453 144 56
Binary 11101001 0 11101101 10 1100100 0 111 100101011 1100100 101110

Color Harmonies of #E900ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E900ED

Black with #E900ED

Text Example


Text Example

White with #E900ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E900ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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