Html Css Color HEX #E405FD Psychedelic Purple

📋 copy color: '#E405FD'

red 228 ◦ green 5 ◦ blue 253

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

Shades of Psychedelic Purple #E405FD

Tints of Psychedelic Purple #E405FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.03%

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

R = 46.91%
G = 1.03%
B = 52.06%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E405FD (or 0xE405FD) is known color: Psychedelic Purple. HEX triplet: E4, 05 and FD. RGB value is (228,5,253). Sum of RGB (Red+Green+Blue) = 228+5+253=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 5 (2.34% from 255 or 1.03% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #E405FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E405FD is #1BFA02. Grayscale: #636363. Windows color (decimal): -1833475 or 16582116. OLE color: 16582116.

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

Color convert

RGB 228 5 253 -
CMYK 0.10 0.98 0 0.01
HSL 293.95º 0.98% 0.51% -
HSV(B) 293.95º 0.98% 0.99% -
XYZ 49.78 23.69 94.88 -
YUV 99.95 214.38 219.33 -
System Red Green Blue C M Y K H S L
Decimal 228 5 253 0.10 0.98 0 0.01 293.95 0.98 0.51
Hex E4 5 FD A 62 0 1 126 62 33
Octal 344 5 375 12 142 0 1 446 142 63
Binary 11100100 101 11111101 1010 1100010 0 1 100100110 1100010 110011

Color Harmonies of #E405FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E405FD

Black with #E405FD

Text Example


Text Example

White with #E405FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E405FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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