Html Css Color HEX #E613F1 Psychedelic Purple

📋 copy color: '#E613F1'

red 230 ◦ green 19 ◦ blue 241

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

Shades of Psychedelic Purple #E613F1

Tints of Psychedelic Purple #E613F1

RGB

 RED value IS 230 (90.23% from 255) = 46.94%

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

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 46.94%
G = 3.88%
B = 49.18%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E613F1 (or 0xE613F1) is known color: Psychedelic Purple. HEX triplet: E6, 13 and F1. RGB value is (230,19,241). Sum of RGB (Red+Green+Blue) = 230+19+241=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 19 (7.81% from 255 or 3.88% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #E613F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E613F1 is #19EC0E. Grayscale: #6A6A6A. Windows color (decimal): -1698831 or 15799270. OLE color: 15799270.

HSL color Cylindrical-coordinate representation of color #E613F1: hue angle of 297.03º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613F1 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 19 241 -
CMYK 0.05 0.92 0 0.05
HSL 297.03º 0.89% 0.51% -
HSV(B) 297.03º 0.92% 0.95% -
XYZ 48.74 23.64 85.21 -
YUV 107.4 203.4 215.45 -
System Red Green Blue C M Y K H S L
Decimal 230 19 241 0.05 0.92 0 0.05 297.03 0.89 0.51
Hex E6 13 F1 5 5C 0 5 129 59 33
Octal 346 23 361 5 134 0 5 451 131 63
Binary 11100110 10011 11110001 101 1011100 0 101 100101001 1011001 110011

Color Harmonies of #E613F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E613F1

Black with #E613F1

Text Example


Text Example

White with #E613F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E613F1; }

 p { color: rgb(230,19,241); }

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

background-color css

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

 a { background-color: rgb(230,19,241); }

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

border-color css

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

 span { border-color: rgb(230,19,241); }

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