Html Css Color HEX #E90DED Psychedelic Purple

📋 copy color: '#E90DED'

red 233 ◦ green 13 ◦ blue 237

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

Shades of Psychedelic Purple #E90DED

Tints of Psychedelic Purple #E90DED

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.69%

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

R = 48.24%
G = 2.69%
B = 49.07%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E90DED (or 0xE90DED) is known color: Psychedelic Purple. HEX triplet: E9, 0D and ED. RGB value is (233,13,237). Sum of RGB (Red+Green+Blue) = 233+13+237=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 13 (5.47% from 255 or 2.69% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #E90DED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90DED is #16F212. Grayscale: #676767. Windows color (decimal): -1503763 or 15535593. OLE color: 15535593.

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

Color convert

RGB 233 13 237 -
CMYK 0.02 0.95 0 0.07
HSL 298.93º 0.9% 0.49% -
HSV(B) 298.93º 0.95% 0.93% -
XYZ 49.03 23.73 82.12 -
YUV 104.32 202.89 219.79 -
System Red Green Blue C M Y K H S L
Decimal 233 13 237 0.02 0.95 0 0.07 298.93 0.9 0.49
Hex E9 D ED 2 5F 0 7 12B 5A 31
Octal 351 15 355 2 137 0 7 453 132 61
Binary 11101001 1101 11101101 10 1011111 0 111 100101011 1011010 110001

Color Harmonies of #E90DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DED

Black with #E90DED

Text Example


Text Example

White with #E90DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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