Html Css Color HEX #E613F6 Psychedelic Purple

📋 copy color: '#E613F6'

red 230 ◦ green 19 ◦ blue 246

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

Shades of Psychedelic Purple #E613F6

Tints of Psychedelic Purple #E613F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.7%

R = 46.46%
G = 3.84%
B = 49.7%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E613F6 (or 0xE613F6) is known color: Psychedelic Purple. HEX triplet: E6, 13 and F6. RGB value is (230,19,246). Sum of RGB (Red+Green+Blue) = 230+19+246=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #E613F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E613F6 is #19EC09. Grayscale: #6B6B6B. Windows color (decimal): -1698826 or 16126950. OLE color: 16126950.

HSL color Cylindrical-coordinate representation of color #E613F6: hue angle of 295.77º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613F6 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 19 246 -
CMYK 0.07 0.92 0 0.04
HSL 295.77º 0.93% 0.52% -
HSV(B) 295.77º 0.92% 0.96% -
XYZ 49.5 23.94 89.2 -
YUV 107.97 205.9 215.04 -
System Red Green Blue C M Y K H S L
Decimal 230 19 246 0.07 0.92 0 0.04 295.77 0.93 0.52
Hex E6 13 F6 7 5C 0 4 128 5D 34
Octal 346 23 366 7 134 0 4 450 135 64
Binary 11100110 10011 11110110 111 1011100 0 100 100101000 1011101 110100

Color Harmonies of #E613F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E613F6

Black with #E613F6

Text Example


Text Example

White with #E613F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E613F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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