Html Css Color HEX #E90DFB Psychedelic Purple

📋 copy color: '#E90DFB'

red 233 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #E90DFB

Tints of Psychedelic Purple #E90DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 46.88%
G = 2.62%
B = 50.5%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E90DFB (or 0xE90DFB) is known color: Psychedelic Purple. HEX triplet: E9, 0D and FB. RGB value is (233,13,251). Sum of RGB (Red+Green+Blue) = 233+13+251=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 13 (5.47% from 255 or 2.62% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #E90DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90DFB is #16F204. Grayscale: #696969. Windows color (decimal): -1503749 or 16453097. OLE color: 16453097.

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

Color convert

RGB 233 13 251 -
CMYK 0.07 0.95 0 0.02
HSL 295.46º 0.97% 0.52% -
HSV(B) 295.46º 0.95% 0.98% -
XYZ 51.16 24.58 93.31 -
YUV 105.91 209.89 218.65 -
System Red Green Blue C M Y K H S L
Decimal 233 13 251 0.07 0.95 0 0.02 295.46 0.97 0.52
Hex E9 D FB 7 5F 0 2 127 61 34
Octal 351 15 373 7 137 0 2 447 141 64
Binary 11101001 1101 11111011 111 1011111 0 10 100100111 1100001 110100

Color Harmonies of #E90DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DFB

Black with #E90DFB

Text Example


Text Example

White with #E90DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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