Html Css Color HEX #E418FD Psychedelic Purple

📋 copy color: '#E418FD'

red 228 ◦ green 24 ◦ blue 253

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

Shades of Psychedelic Purple #E418FD

Tints of Psychedelic Purple #E418FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.75%

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

R = 45.15%
G = 4.75%
B = 50.1%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E418FD (or 0xE418FD) is known color: Psychedelic Purple. HEX triplet: E4, 18 and FD. RGB value is (228,24,253). Sum of RGB (Red+Green+Blue) = 228+24+253=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 24 (9.77% from 255 or 4.75% 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 #E418FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E418FD is #1BE702. Grayscale: #6E6E6E. Windows color (decimal): -1828611 or 16586980. OLE color: 16586980.

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

Color convert

RGB 228 24 253 -
CMYK 0.10 0.91 0 0.01
HSL 293.45º 0.98% 0.54% -
HSV(B) 293.45º 0.91% 0.99% -
XYZ 50.05 24.24 94.97 -
YUV 111.1 208.09 211.38 -
System Red Green Blue C M Y K H S L
Decimal 228 24 253 0.10 0.91 0 0.01 293.45 0.98 0.54
Hex E4 18 FD A 5B 0 1 125 62 36
Octal 344 30 375 12 133 0 1 445 142 66
Binary 11100100 11000 11111101 1010 1011011 0 1 100100101 1100010 110110

Color Harmonies of #E418FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E418FD

Black with #E418FD

Text Example


Text Example

White with #E418FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E418FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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