Html Css Color HEX #E913FF Psychedelic Purple

📋 copy color: '#E913FF'

red 233 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #E913FF

Tints of Psychedelic Purple #E913FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.75%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 45.96%
G = 3.75%
B = 50.3%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E913FF (or 0xE913FF) is known color: Psychedelic Purple. HEX triplet: E9, 13 and FF. RGB value is (233,19,255). Sum of RGB (Red+Green+Blue) = 233+19+255=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 19 (7.81% from 255 or 3.75% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #E913FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E913FF is #16EC00. Grayscale: #6D6D6D. Windows color (decimal): -1502209 or 16716777. OLE color: 16716777.

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

Color convert

RGB 233 19 255 -
CMYK 0.09 0.93 0 0
HSL 294.41º 1% 0.54% -
HSV(B) 294.41º 0.93% 1% -
XYZ 51.89 25.01 96.7 -
YUV 109.89 209.9 215.81 -
System Red Green Blue C M Y K H S L
Decimal 233 19 255 0.09 0.93 0 0 294.41 1 0.54
Hex E9 13 FF 9 5D 0 0 126 64 36
Octal 351 23 377 11 135 0 0 446 144 66
Binary 11101001 10011 11111111 1001 1011101 0 0 100100110 1100100 110110

Color Harmonies of #E913FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E913FF

Black with #E913FF

Text Example


Text Example

White with #E913FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E913FF; }

 p { color: rgb(233,19,255); }

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

background-color css

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

 a { background-color: rgb(233,19,255); }

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

border-color css

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

 span { border-color: rgb(233,19,255); }

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