Html Css Color HEX #E619BD Shocking Pink

📋 copy color: '#E619BD'

red 230 ◦ green 25 ◦ blue 189

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

Shades of Shocking Pink #E619BD

Tints of Shocking Pink #E619BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 51.8%
G = 5.63%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E619BD (or 0xE619BD) is known color: Shocking Pink. HEX triplet: E6, 19 and BD. RGB value is (230,25,189). Sum of RGB (Red+Green+Blue) = 230+25+189=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E619BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E619BD is #19E642. Grayscale: #686868. Windows color (decimal): -1697347 or 12392934. OLE color: 12392934.

HSL color Cylindrical-coordinate representation of color #E619BD: hue angle of 312º 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 #E619BD is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 25 189 -
CMYK 0 0.89 0.18 0.10
HSL 312º 0.8% 0.5% -
HSV(B) 312º 0.89% 0.9% -
XYZ 42.17 21.19 50.01 -
YUV 104.99 175.42 217.16 -
System Red Green Blue C M Y K H S L
Decimal 230 25 189 0 0.89 0.18 0.10 312 0.8 0.5
Hex E6 19 BD 0 59 12 A 138 50 32
Octal 346 31 275 0 131 22 12 470 120 62
Binary 11100110 11001 10111101 0 1011001 10010 1010 100111000 1010000 110010

Color Harmonies of #E619BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E619BD

Black with #E619BD

Text Example


Text Example

White with #E619BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E619BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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