Html Css Color HEX #E411FD Psychedelic Purple

📋 copy color: '#E411FD'

red 228 ◦ green 17 ◦ blue 253

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

Shades of Psychedelic Purple #E411FD

Tints of Psychedelic Purple #E411FD

RGB

 RED value IS 228 (89.45% from 255) = 45.78%

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

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

R = 45.78%
G = 3.41%
B = 50.8%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E411FD (or 0xE411FD) is known color: Psychedelic Purple. HEX triplet: E4, 11 and FD. RGB value is (228,17,253). Sum of RGB (Red+Green+Blue) = 228+17+253=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 17 (7.03% from 255 or 3.41% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #E411FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E411FD is #1BEE02. Grayscale: #6A6A6A. Windows color (decimal): -1830403 or 16585188. OLE color: 16585188.

HSL color Cylindrical-coordinate representation of color #E411FD: hue angle of 293.64º 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 #E411FD is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 17 253 -
CMYK 0.10 0.93 0 0.01
HSL 293.64º 0.98% 0.53% -
HSV(B) 293.64º 0.93% 0.99% -
XYZ 49.92 23.99 94.93 -
YUV 106.99 210.4 214.31 -
System Red Green Blue C M Y K H S L
Decimal 228 17 253 0.10 0.93 0 0.01 293.64 0.98 0.53
Hex E4 11 FD A 5D 0 1 126 62 35
Octal 344 21 375 12 135 0 1 446 142 65
Binary 11100100 10001 11111101 1010 1011101 0 1 100100110 1100010 110101

Color Harmonies of #E411FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E411FD

Black with #E411FD

Text Example


Text Example

White with #E411FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E411FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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