Html Css Color HEX #E913FD Psychedelic Purple

📋 copy color: '#E913FD'

red 233 ◦ green 19 ◦ blue 253

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

Shades of Psychedelic Purple #E913FD

Tints of Psychedelic Purple #E913FD

RGB

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

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

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

R = 46.14%
G = 3.76%
B = 50.1%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E913FD (or 0xE913FD) is known color: Psychedelic Purple. HEX triplet: E9, 13 and FD. RGB value is (233,19,253). Sum of RGB (Red+Green+Blue) = 233+19+253=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 19 (7.81% from 255 or 3.76% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #E913FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E913FD is #16EC02. Grayscale: #6C6C6C. Windows color (decimal): -1502211 or 16585705. OLE color: 16585705.

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

Color convert

RGB 233 19 253 -
CMYK 0.08 0.92 0 0.01
HSL 294.87º 0.98% 0.53% -
HSV(B) 294.87º 0.92% 0.99% -
XYZ 51.57 24.88 95.01 -
YUV 109.66 208.9 215.97 -
System Red Green Blue C M Y K H S L
Decimal 233 19 253 0.08 0.92 0 0.01 294.87 0.98 0.53
Hex E9 13 FD 8 5C 0 1 127 62 35
Octal 351 23 375 10 134 0 1 447 142 65
Binary 11101001 10011 11111101 1000 1011100 0 1 100100111 1100010 110101

Color Harmonies of #E913FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E913FD

Black with #E913FD

Text Example


Text Example

White with #E913FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E913FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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