Html Css Color HEX #E613FB Psychedelic Purple

📋 copy color: '#E613FB'

red 230 ◦ green 19 ◦ blue 251

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

Shades of Psychedelic Purple #E613FB

Tints of Psychedelic Purple #E613FB

RGB

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

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

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

R = 46%
G = 3.8%
B = 50.2%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E613FB (or 0xE613FB) is known color: Psychedelic Purple. HEX triplet: E6, 13 and FB. RGB value is (230,19,251). Sum of RGB (Red+Green+Blue) = 230+19+251=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 19 (7.81% from 255 or 3.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #E613FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E613FB is #19EC04. Grayscale: #6B6B6B. Windows color (decimal): -1698821 or 16454630. OLE color: 16454630.

HSL color Cylindrical-coordinate representation of color #E613FB: hue angle of 294.57º 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 #E613FB is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 19 251 -
CMYK 0.08 0.92 0 0.02
HSL 294.57º 0.97% 0.53% -
HSV(B) 294.57º 0.92% 0.98% -
XYZ 50.28 24.25 93.3 -
YUV 108.54 208.4 214.64 -
System Red Green Blue C M Y K H S L
Decimal 230 19 251 0.08 0.92 0 0.02 294.57 0.97 0.53
Hex E6 13 FB 8 5C 0 2 127 61 35
Octal 346 23 373 10 134 0 2 447 141 65
Binary 11100110 10011 11111011 1000 1011100 0 10 100100111 1100001 110101

Color Harmonies of #E613FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E613FB

Black with #E613FB

Text Example


Text Example

White with #E613FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E613FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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