Html Css Color HEX #E619BA Shocking Pink

📋 copy color: '#E619BA'

red 230 ◦ green 25 ◦ blue 186

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

Shades of Shocking Pink #E619BA

Tints of Shocking Pink #E619BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.67%

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

R = 52.15%
G = 5.67%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E619BA (or 0xE619BA) is known color: Shocking Pink. HEX triplet: E6, 19 and BA. RGB value is (230,25,186). Sum of RGB (Red+Green+Blue) = 230+25+186=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E619BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E619BA is #19E645. Grayscale: #686868. Windows color (decimal): -1697350 or 12196326. OLE color: 12196326.

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

Color convert

RGB 230 25 186 -
CMYK 0 0.89 0.19 0.10
HSL 312.88º 0.8% 0.5% -
HSV(B) 312.88º 0.89% 0.9% -
XYZ 41.84 21.06 48.31 -
YUV 104.65 173.92 217.41 -
System Red Green Blue C M Y K H S L
Decimal 230 25 186 0 0.89 0.19 0.10 312.88 0.8 0.5
Hex E6 19 BA 0 59 13 A 139 50 32
Octal 346 31 272 0 131 23 12 471 120 62
Binary 11100110 11001 10111010 0 1011001 10011 1010 100111001 1010000 110010

Color Harmonies of #E619BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E619BA

Black with #E619BA

Text Example


Text Example

White with #E619BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E619BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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