Html Css Color HEX #E90FF5 Psychedelic Purple

📋 copy color: '#E90FF5'

red 233 ◦ green 15 ◦ blue 245

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

Shades of Psychedelic Purple #E90FF5

Tints of Psychedelic Purple #E90FF5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.04%

 BLUE value IS 245 (96.09% from 255) = 49.7%

R = 47.26%
G = 3.04%
B = 49.7%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E90FF5 (or 0xE90FF5) is known color: Psychedelic Purple. HEX triplet: E9, 0F and F5. RGB value is (233,15,245). Sum of RGB (Red+Green+Blue) = 233+15+245=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #E90FF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90FF5 is #16F00A. Grayscale: #696969. Windows color (decimal): -1503243 or 16060393. OLE color: 16060393.

HSL color Cylindrical-coordinate representation of color #E90FF5: hue angle of 296.87º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FF5 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 233 15 245 -
CMYK 0.05 0.94 0 0.04
HSL 296.87º 0.92% 0.51% -
HSV(B) 296.87º 0.94% 0.96% -
XYZ 50.26 24.26 88.42 -
YUV 106.4 206.22 218.3 -
System Red Green Blue C M Y K H S L
Decimal 233 15 245 0.05 0.94 0 0.04 296.87 0.92 0.51
Hex E9 F F5 5 5E 0 4 129 5C 33
Octal 351 17 365 5 136 0 4 451 134 63
Binary 11101001 1111 11110101 101 1011110 0 100 100101001 1011100 110011

Color Harmonies of #E90FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90FF5

Black with #E90FF5

Text Example


Text Example

White with #E90FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90FF5; }

 p { color: rgb(233,15,245); }

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

background-color css

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

 a { background-color: rgb(233,15,245); }

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

border-color css

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

 span { border-color: rgb(233,15,245); }

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