Html Css Color HEX #E712BC Shocking Pink

📋 copy color: '#E712BC'

red 231 ◦ green 18 ◦ blue 188

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

Shades of Shocking Pink #E712BC

Tints of Shocking Pink #E712BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.12%

 BLUE value IS 188 (73.83% from 255) = 43.02%

R = 52.86%
G = 4.12%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E712BC (or 0xE712BC) is known color: Shocking Pink. HEX triplet: E7, 12 and BC. RGB value is (231,18,188). Sum of RGB (Red+Green+Blue) = 231+18+188=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E712BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E712BC is #18ED43. Grayscale: #646464. Windows color (decimal): -1633604 or 12325607. OLE color: 12325607.

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

Color convert

RGB 231 18 188 -
CMYK 0 0.92 0.19 0.09
HSL 312.11º 0.86% 0.49% -
HSV(B) 312.11º 0.92% 0.91% -
XYZ 42.25 21.05 49.41 -
YUV 101.07 177.07 220.68 -
System Red Green Blue C M Y K H S L
Decimal 231 18 188 0 0.92 0.19 0.09 312.11 0.86 0.49
Hex E7 12 BC 0 5C 13 9 138 56 31
Octal 347 22 274 0 134 23 11 470 126 61
Binary 11100111 10010 10111100 0 1011100 10011 1001 100111000 1010110 110001

Color Harmonies of #E712BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712BC

Black with #E712BC

Text Example


Text Example

White with #E712BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712BC; }

 p { color: rgb(231,18,188); }

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

background-color css

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

 a { background-color: rgb(231,18,188); }

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

border-color css

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

 span { border-color: rgb(231,18,188); }

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