Html Css Color HEX #E613F3 Psychedelic Purple

📋 copy color: '#E613F3'

red 230 ◦ green 19 ◦ blue 243

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

Shades of Psychedelic Purple #E613F3

Tints of Psychedelic Purple #E613F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.39%

R = 46.75%
G = 3.86%
B = 49.39%

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

#E613F3 (or 0xE613F3) is known color: Psychedelic Purple. HEX triplet: E6, 13 and F3. RGB value is (230,19,243). Sum of RGB (Red+Green+Blue) = 230+19+243=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 19 (7.81% from 255 or 3.86% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #E613F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E613F3 is #19EC0C. Grayscale: #6A6A6A. Windows color (decimal): -1698829 or 15930342. OLE color: 15930342.

HSL color Cylindrical-coordinate representation of color #E613F3: hue angle of 296.52º degrees, saturation: 0.9, 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 #E613F3 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 19 243 -
CMYK 0.05 0.92 0 0.05
HSL 296.52º 0.9% 0.51% -
HSV(B) 296.52º 0.92% 0.95% -
XYZ 49.04 23.76 86.8 -
YUV 107.63 204.4 215.29 -
System Red Green Blue C M Y K H S L
Decimal 230 19 243 0.05 0.92 0 0.05 296.52 0.9 0.51
Hex E6 13 F3 5 5C 0 5 129 5A 33
Octal 346 23 363 5 134 0 5 451 132 63
Binary 11100110 10011 11110011 101 1011100 0 101 100101001 1011010 110011

Color Harmonies of #E613F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E613F3

Black with #E613F3

Text Example


Text Example

White with #E613F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E613F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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