Html Css Color HEX #E413FB Psychedelic Purple

📋 copy color: '#E413FB'

red 228 ◦ green 19 ◦ blue 251

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

Shades of Psychedelic Purple #E413FB

Tints of Psychedelic Purple #E413FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 45.78%
G = 3.82%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E413FB (or 0xE413FB) is known color: Psychedelic Purple. HEX triplet: E4, 13 and FB. RGB value is (228,19,251). Sum of RGB (Red+Green+Blue) = 228+19+251=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 19 (7.81% from 255 or 3.82% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #E413FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E413FB is #1BEC04. Grayscale: #6B6B6B. Windows color (decimal): -1829893 or 16454628. OLE color: 16454628.

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

Color convert

RGB 228 19 251 -
CMYK 0.09 0.92 0 0.02
HSL 294.05º 0.97% 0.53% -
HSV(B) 294.05º 0.92% 0.98% -
XYZ 49.64 23.92 93.27 -
YUV 107.94 208.74 213.64 -
System Red Green Blue C M Y K H S L
Decimal 228 19 251 0.09 0.92 0 0.02 294.05 0.97 0.53
Hex E4 13 FB 9 5C 0 2 126 61 35
Octal 344 23 373 11 134 0 2 446 141 65
Binary 11100100 10011 11111011 1001 1011100 0 10 100100110 1100001 110101

Color Harmonies of #E413FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E413FB

Black with #E413FB

Text Example


Text Example

White with #E413FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E413FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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