Html Css Color HEX #E413FD Psychedelic Purple

📋 copy color: '#E413FD'

red 228 ◦ green 19 ◦ blue 253

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

Shades of Psychedelic Purple #E413FD

Tints of Psychedelic Purple #E413FD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.8%

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

R = 45.6%
G = 3.8%
B = 50.6%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E413FD (or 0xE413FD) is known color: Psychedelic Purple. HEX triplet: E4, 13 and FD. RGB value is (228,19,253). Sum of RGB (Red+Green+Blue) = 228+19+253=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 19 (7.81% from 255 or 3.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #E413FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E413FD is #1BEC02. Grayscale: #6B6B6B. Windows color (decimal): -1829891 or 16585700. OLE color: 16585700.

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

Color convert

RGB 228 19 253 -
CMYK 0.10 0.92 0 0.01
HSL 293.59º 0.98% 0.53% -
HSV(B) 293.59º 0.92% 0.99% -
XYZ 49.96 24.05 94.94 -
YUV 108.17 209.74 213.47 -
System Red Green Blue C M Y K H S L
Decimal 228 19 253 0.10 0.92 0 0.01 293.59 0.98 0.53
Hex E4 13 FD A 5C 0 1 126 62 35
Octal 344 23 375 12 134 0 1 446 142 65
Binary 11100100 10011 11111101 1010 1011100 0 1 100100110 1100010 110101

Color Harmonies of #E413FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E413FD

Black with #E413FD

Text Example


Text Example

White with #E413FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E413FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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