Html Css Color HEX #E911FD Psychedelic Purple

📋 copy color: '#E911FD'

red 233 ◦ green 17 ◦ blue 253

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

Shades of Psychedelic Purple #E911FD

Tints of Psychedelic Purple #E911FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.38%

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

R = 46.32%
G = 3.38%
B = 50.3%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E911FD (or 0xE911FD) is known color: Psychedelic Purple. HEX triplet: E9, 11 and FD. RGB value is (233,17,253). Sum of RGB (Red+Green+Blue) = 233+17+253=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 17 (7.03% from 255 or 3.38% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #E911FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E911FD is #16EE02. Grayscale: #6B6B6B. Windows color (decimal): -1502723 or 16585193. OLE color: 16585193.

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

Color convert

RGB 233 17 253 -
CMYK 0.08 0.93 0 0.01
HSL 294.92º 0.98% 0.53% -
HSV(B) 294.92º 0.93% 0.99% -
XYZ 51.53 24.82 95 -
YUV 108.49 209.56 216.81 -
System Red Green Blue C M Y K H S L
Decimal 233 17 253 0.08 0.93 0 0.01 294.92 0.98 0.53
Hex E9 11 FD 8 5D 0 1 127 62 35
Octal 351 21 375 10 135 0 1 447 142 65
Binary 11101001 10001 11111101 1000 1011101 0 1 100100111 1100010 110101

Color Harmonies of #E911FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E911FD

Black with #E911FD

Text Example


Text Example

White with #E911FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E911FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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