Html Css Color HEX #E718BA Shocking Pink

📋 copy color: '#E718BA'

red 231 ◦ green 24 ◦ blue 186

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

Shades of Shocking Pink #E718BA

Tints of Shocking Pink #E718BA

RGB

 RED value IS 231 (90.63% from 255) = 52.38%

 GREEN value IS 24 (9.77% from 255) = 5.44%

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

R = 52.38%
G = 5.44%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E718BA (or 0xE718BA) is known color: Shocking Pink. HEX triplet: E7, 18 and BA. RGB value is (231,24,186). Sum of RGB (Red+Green+Blue) = 231+24+186=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E718BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718BA is #18E745. Grayscale: #676767. Windows color (decimal): -1632070 or 12196071. OLE color: 12196071.

HSL color Cylindrical-coordinate representation of color #E718BA: hue angle of 313.04º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E718BA is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 24 186 -
CMYK 0 0.90 0.19 0.09
HSL 313.04º 0.81% 0.5% -
HSV(B) 313.04º 0.9% 0.91% -
XYZ 42.14 21.19 48.32 -
YUV 104.36 174.08 218.33 -
System Red Green Blue C M Y K H S L
Decimal 231 24 186 0 0.90 0.19 0.09 313.04 0.81 0.5
Hex E7 18 BA 0 5A 13 9 139 51 32
Octal 347 30 272 0 132 23 11 471 121 62
Binary 11100111 11000 10111010 0 1011010 10011 1001 100111001 1010001 110010

Color Harmonies of #E718BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E718BA

Black with #E718BA

Text Example


Text Example

White with #E718BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E718BA; }

 p { color: rgb(231,24,186); }

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

background-color css

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

 a { background-color: rgb(231,24,186); }

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

border-color css

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

 span { border-color: rgb(231,24,186); }

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