Html Css Color HEX #E613BA Shocking Pink

📋 copy color: '#E613BA'

red 230 ◦ green 19 ◦ blue 186

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

Shades of Shocking Pink #E613BA

Tints of Shocking Pink #E613BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 52.87%
G = 4.37%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E613BA (or 0xE613BA) is known color: Shocking Pink. HEX triplet: E6, 13 and BA. RGB value is (230,19,186). Sum of RGB (Red+Green+Blue) = 230+19+186=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E613BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E613BA is #19EC45. Grayscale: #646464. Windows color (decimal): -1698886 or 12194790. OLE color: 12194790.

HSL color Cylindrical-coordinate representation of color #E613BA: hue angle of 312.51º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613BA is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 19 186 -
CMYK 0 0.92 0.19 0.10
HSL 312.51º 0.85% 0.49% -
HSV(B) 312.51º 0.92% 0.9% -
XYZ 41.73 20.83 48.28 -
YUV 101.13 175.9 219.92 -
System Red Green Blue C M Y K H S L
Decimal 230 19 186 0 0.92 0.19 0.10 312.51 0.85 0.49
Hex E6 13 BA 0 5C 13 A 139 55 31
Octal 346 23 272 0 134 23 12 471 125 61
Binary 11100110 10011 10111010 0 1011100 10011 1010 100111001 1010101 110001

Color Harmonies of #E613BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E613BA

Black with #E613BA

Text Example


Text Example

White with #E613BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E613BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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