Html Css Color HEX #E90DFD Psychedelic Purple

📋 copy color: '#E90DFD'

red 233 ◦ green 13 ◦ blue 253

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

Shades of Psychedelic Purple #E90DFD

Tints of Psychedelic Purple #E90DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 46.69%
G = 2.61%
B = 50.7%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E90DFD (or 0xE90DFD) is known color: Psychedelic Purple. HEX triplet: E9, 0D and FD. RGB value is (233,13,253). Sum of RGB (Red+Green+Blue) = 233+13+253=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 13 (5.47% from 255 or 2.61% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #E90DFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90DFD is #16F202. Grayscale: #696969. Windows color (decimal): -1503747 or 16584169. OLE color: 16584169.

HSL color Cylindrical-coordinate representation of color #E90DFD: hue angle of 295º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90DFD is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 13 253 -
CMYK 0.08 0.95 0 0.01
HSL 295º 0.98% 0.52% -
HSV(B) 295º 0.95% 0.99% -
XYZ 51.48 24.7 94.98 -
YUV 106.14 210.89 218.49 -
System Red Green Blue C M Y K H S L
Decimal 233 13 253 0.08 0.95 0 0.01 295 0.98 0.52
Hex E9 D FD 8 5F 0 1 127 62 34
Octal 351 15 375 10 137 0 1 447 142 64
Binary 11101001 1101 11111101 1000 1011111 0 1 100100111 1100010 110100

Color Harmonies of #E90DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DFD

Black with #E90DFD

Text Example


Text Example

White with #E90DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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