Html Css Color HEX #E915FD Psychedelic Purple

📋 copy color: '#E915FD'

red 233 ◦ green 21 ◦ blue 253

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

Shades of Psychedelic Purple #E915FD

Tints of Psychedelic Purple #E915FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.14%

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

R = 45.96%
G = 4.14%
B = 49.9%

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

#E915FD (or 0xE915FD) is known color: Psychedelic Purple. HEX triplet: E9, 15 and FD. RGB value is (233,21,253). Sum of RGB (Red+Green+Blue) = 233+21+253=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 21 (8.59% from 255 or 4.14% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #E915FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E915FD is #16EA02. Grayscale: #6E6E6E. Windows color (decimal): -1501699 or 16586217. OLE color: 16586217.

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

Color convert

RGB 233 21 253 -
CMYK 0.08 0.92 0 0.01
HSL 294.83º 0.98% 0.54% -
HSV(B) 294.83º 0.92% 0.99% -
XYZ 51.6 24.95 95.02 -
YUV 110.84 208.24 215.14 -
System Red Green Blue C M Y K H S L
Decimal 233 21 253 0.08 0.92 0 0.01 294.83 0.98 0.54
Hex E9 15 FD 8 5C 0 1 127 62 36
Octal 351 25 375 10 134 0 1 447 142 66
Binary 11101001 10101 11111101 1000 1011100 0 1 100100111 1100010 110110

Color Harmonies of #E915FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E915FD

Black with #E915FD

Text Example


Text Example

White with #E915FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E915FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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